feat(argocd-notifications): support annotations on secret object (#952)
* support annotations on secret objects Signed-off-by: Marcial White <marcial@kaskada.com> * true-up artifacthub changes Signed-off-by: Marcial White <marcial@kaskada.com> Co-authored-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
parent
73d1aedaec
commit
e4f8dd5810
3 changed files with 11 additions and 2 deletions
|
|
@ -5,6 +5,12 @@ metadata:
|
|||
name: argocd-notifications-secret
|
||||
labels:
|
||||
{{- include "argocd-notifications.labels" . | nindent 4 }}
|
||||
{{- if .Values.secret.annotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := .Values.secret.annotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
{{- with .Values.secret.items }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue