mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
argocd rename app
This commit is contained in:
parent
30f1d5f17f
commit
a592e648fd
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|----------------|-------------|--------|
|
||||
| [System](https://argocd.ioot.xyz/applications/argocd/system) | System app of apps ||
|
||||
| [Apps](https://argocd.ioot.xyz/applications/argocd/apps) | Main app of apps ||
|
||||
| [ArgoCD](https://argocd.ioot.xyz/applications/argocd/argo-cd) | ||
|
||||
| [ArgoCD](https://argocd.ioot.xyz/applications/argocd/argocd) | ||
|
||||
|
||||
## Cluster initialization
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argo-cd
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
|
|
@ -24,4 +24,4 @@ spec:
|
|||
targetRevision: 5.45.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/state/gullfaxi/system/argo-cd-values.yaml
|
||||
- $values/state/gullfaxi/system/argocd-values.yaml
|
||||
Loading…
Reference in a new issue