From abea9735538188082745f2faa420fb47d5c41b6a Mon Sep 17 00:00:00 2001 From: Deniz Erdogan Date: Thu, 1 Aug 2024 11:23:32 +0200 Subject: [PATCH] cleanup --- .../templates/{applications.yaml => app-of-apps.yaml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename charts/argocd-config/templates/{applications.yaml => app-of-apps.yaml} (83%) diff --git a/charts/argocd-config/templates/applications.yaml b/charts/argocd-config/templates/app-of-apps.yaml similarity index 83% rename from charts/argocd-config/templates/applications.yaml rename to charts/argocd-config/templates/app-of-apps.yaml index a0efabe06..461539b9a 100644 --- a/charts/argocd-config/templates/applications.yaml +++ b/charts/argocd-config/templates/app-of-apps.yaml @@ -12,12 +12,9 @@ spec: repoURL: {{ .Values.repoUrls.deploy }} targetRevision: de/argo-ui-simple # debug! needs to be set to HEAD helm: - parameters: - - name: helm.debug - value: "true" values: | {{ toYaml .Values | indent 8 }} syncPolicy: automated: prune: true - selfHeal: false \ No newline at end of file + selfHeal: false