diff --git a/README.md b/README.md index 1880981..966d17e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ |----------------|-------------|--------| | [System](https://argocd.ioot.xyz/applications/argocd/system) | System app of apps |![status](https://argocd.ioot.xyz/api/badge?name=system&revision=true)| | [Apps](https://argocd.ioot.xyz/applications/argocd/apps) | Main app of apps |![status](https://argocd.ioot.xyz/api/badge?name=apps&revision=true)| -| [ArgoCD](https://argocd.ioot.xyz/applications/argocd/argo-cd) | |![status](https://argocd.ioot.xyz/api/badge?name=argo-cd&revision=true)| +| [ArgoCD](https://argocd.ioot.xyz/applications/argocd/argocd) | |![status](https://argocd.ioot.xyz/api/badge?name=argocd&revision=true)| ## Cluster initialization diff --git a/state/gullfaxi/system/argo-cd-values.yaml b/state/gullfaxi/system/argocd-values.yaml similarity index 100% rename from state/gullfaxi/system/argo-cd-values.yaml rename to state/gullfaxi/system/argocd-values.yaml diff --git a/state/gullfaxi/system/argo-cd.yaml b/state/gullfaxi/system/argocd.yaml similarity index 89% rename from state/gullfaxi/system/argo-cd.yaml rename to state/gullfaxi/system/argocd.yaml index c125385..c50714e 100644 --- a/state/gullfaxi/system/argo-cd.yaml +++ b/state/gullfaxi/system/argocd.yaml @@ -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