From a592e648fddbcf57c6dddbdeda048b85a43e919d Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 4 Sep 2023 11:50:35 +0700 Subject: [PATCH] argocd rename app --- README.md | 2 +- .../system/{argo-cd-values.yaml => argocd-values.yaml} | 0 state/gullfaxi/system/{argo-cd.yaml => argocd.yaml} | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename state/gullfaxi/system/{argo-cd-values.yaml => argocd-values.yaml} (100%) rename state/gullfaxi/system/{argo-cd.yaml => argocd.yaml} (89%) 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