mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +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 ||
|
| [System](https://argocd.ioot.xyz/applications/argocd/system) | System app of apps ||
|
||||||
| [Apps](https://argocd.ioot.xyz/applications/argocd/apps) | Main 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
|
## Cluster initialization
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: argo-cd
|
name: argocd
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
|
|
@ -24,4 +24,4 @@ spec:
|
||||||
targetRevision: 5.45.0
|
targetRevision: 5.45.0
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/state/gullfaxi/system/argo-cd-values.yaml
|
- $values/state/gullfaxi/system/argocd-values.yaml
|
||||||
Loading…
Reference in a new issue