argocd-notifications: Add podAnnotations (#423)
Co-authored-by: Andy Feller <andrew.feller@gmail.com>
This commit is contained in:
parent
abadf9ad63
commit
85b1b83ad0
3 changed files with 9 additions and 1 deletions
|
|
@ -12,6 +12,12 @@ spec:
|
|||
{{- include "argocd-notifications.selectorLabels" . | nindent 6 }}
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.podAnnotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := .Values.podAnnotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
labels:
|
||||
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue