fix: Additional Annotations in ArgoCD projects (#311)
* fix: Additional Annotations in ArgoCD projects * Bump Chart versionpull/313/head
parent
02e0da50d4
commit
722acb7e4d
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: "1.5.2"
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 2.2.5
|
||||
version: 2.2.6
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
keywords:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue