fix: Additional Annotations in ArgoCD projects (#311)

* fix: Additional Annotations in ArgoCD projects

* Bump Chart version
This commit is contained in:
Paul Cantea 2020-04-17 15:40:35 -07:00 committed by GitHub
parent 02e0da50d4
commit 722acb7e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 }}
{{- end }}