feat: add webhookUrl to helm chart

Signed-off-by: Utibeabasi Umanah <utibeabasiumanah6@gmail.com>
This commit is contained in:
Utibeabasi Umanah
2023-09-19 22:03:28 +01:00
parent 6dc37baf87
commit 451077e5c6
3 changed files with 8 additions and 0 deletions
@@ -206,6 +206,10 @@ spec:
- "--search-match-annotation"
- "{{ .Values.reloader.custom_annotations.match }}"
{{- end }}
{{- if .Values.reloader.webhookUrl }}
- "--webhook-url"
- "{{ .Values.reloader.webhookUrl }}"
{{- end }}
{{- end }}
{{- if eq .Values.reloader.isArgoRollouts true }}
- "--is-Argo-Rollouts={{ .Values.reloader.isArgoRollouts }}"
@@ -276,3 +276,5 @@ reloader:
# - podSelector:
# matchLabels:
# app.kubernetes.io/name: prometheus
webhookUrl: ""
@@ -136,3 +136,5 @@ reloader:
# labels:
# Set timeout for scrape
# timeout: 10s
webhookUrl: ""