From 7bf583a01da6e08ac67f0661f6d210c699219878 Mon Sep 17 00:00:00 2001 From: pcantea Date: Fri, 17 Apr 2020 10:47:25 -0700 Subject: [PATCH] fix: Additional Annotations in ArgoCD projects --- charts/argo-cd/templates/argocd-server/projects.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/templates/argocd-server/projects.yaml b/charts/argo-cd/templates/argocd-server/projects.yaml index 4f70d58d..b48e12c2 100644 --- a/charts/argo-cd/templates/argocd-server/projects.yaml +++ b/charts/argo-cd/templates/argocd-server/projects.yaml @@ -6,9 +6,9 @@ items: - apiVersion: argoproj.io/v1alpha1 kind: AppProject metadata: - {{- if .additionalProjects }} + {{- if .additionalAnnotations }} annotations: - {{- range $key, $value := .additionalProjects }} + {{- range $key, $value := .additionalAnnotations }} {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} @@ -43,4 +43,4 @@ items: {{- toYaml .roles | nindent 8 }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}