charts/argocd-notifications/templates/deployment: use extraArgs
This commit is contained in:
parent
945f35da6a
commit
1db22031a4
1 changed files with 3 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue