Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com>
This commit is contained in:
parent
98da71eb87
commit
c358b5e71f
4 changed files with 10 additions and 3 deletions
|
|
@ -6,6 +6,9 @@ metadata:
|
|||
namespace: {{ .Release.Namespace | quote }}
|
||||
labels:
|
||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.notifications.name "name" .Values.notifications.name) | nindent 4 }}
|
||||
{{- with .Values.notifications.secret.labels }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.secret.annotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue