feat: Argo Notifications - add extraArgs value (#416)
* charts/argocd-notifications/values: add extraArgs * charts/argocd-notifications/templates/deployment: use extraArgs * charts/argocd-notifications/chart: bump chart ver * charts/argocd-notifications/chart: actually set ver
This commit is contained in:
parent
efe49b9261
commit
cd4adfcaf8
3 changed files with 6 additions and 1 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…
Add table
Add a link
Reference in a new issue