Skip to content

Commit

Permalink
feat: add webhookUrl to helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Utibeabasi Umanah <utibeabasiumanah6@gmail.com>
  • Loading branch information
utibeabasi6 committed Sep 19, 2023
1 parent 6dc37ba commit 451077e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 2 additions & 0 deletions deployments/kubernetes/chart/reloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,5 @@ reloader:
# - podSelector:
# matchLabels:
# app.kubernetes.io/name: prometheus

webhookUrl: ""
2 changes: 2 additions & 0 deletions deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ reloader:
# labels:
# Set timeout for scrape
# timeout: 10s

webhookUrl: ""

0 comments on commit 451077e

Please sign in to comment.