charts/argocd-notifications/templates/deployment: use extraArgs

This commit is contained in:
Albert Dixon 2020-07-29 19:25:09 -07:00
parent 945f35da6a
commit 1db22031a4

View file

@ -33,6 +33,9 @@ spec:
{{- if .Values.metrics.enabled }}
- --metrics-port={{ .Values.metrics.port }}
{{- end }}
{{- range .Values.extraArgs }}
- {{ . | squote }}
{{- end }}
ports:
{{- if .Values.metrics.enabled }}
- containerPort: {{ .Values.metrics.port }}