Skip to content

Commit d409b79

Browse files
authored
Merge pull request #1049 from Wamgleb/fix-pause-annotation-bug
fix:Rename pause-deployment-annotation to pause-deployment-time-annot…
2 parents c354606 + 765053f commit d409b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/kubernetes/chart/reloader/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ spec:
280280
- "{{ .Values.reloader.custom_annotations.pausePeriod }}"
281281
{{- end }}
282282
{{- if .Values.reloader.custom_annotations.pauseTime }}
283-
- "--pause-deployment-annotation"
283+
- "--pause-deployment-time-annotation"
284284
- "{{ .Values.reloader.custom_annotations.pauseTime }}"
285285
{{- end }}
286286
{{- if .Values.reloader.webhookUrl }}

0 commit comments

Comments
 (0)