We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e46d44 commit 517fd33Copy full SHA for 517fd33
deployments/kubernetes/chart/reloader/templates/deployment.yaml
@@ -263,6 +263,14 @@ spec:
263
{{- if .Values.reloader.custom_annotations.match }}
264
- "--search-match-annotation"
265
- "{{ .Values.reloader.custom_annotations.match }}"
266
+ {{- end }}
267
+ {{- if .Values.reloader.custom_annotations.pausePeriod }}
268
+ - "--pause-deployment-annotation"
269
+ - "{{ .Values.reloader.custom_annotations.pausePeriod }}"
270
271
+ {{- if .Values.reloader.custom_annotations.pauseTime }}
272
273
+ - "{{ .Values.reloader.custom_annotations.pauseTime }}"
274
{{- end }}
275
{{- if .Values.reloader.webhookUrl }}
276
- "--webhook-url"
0 commit comments