Skip to content

Commit 765053f

Browse files
author
Hlib Kalinchuk
committed
fix:Rename pause-deployment-annotation to pause-deployment-time-annotation in deployment.yaml
1 parent fd9b7e2 commit 765053f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)