fix:Rename pause-deployment-annotation to pause-deployment-time-annotation in deployment.yaml

This commit is contained in:
Hlib Kalinchuk
2025-11-07 14:36:59 +02:00
parent fd9b7e2c1f
commit 765053f21e

View File

@@ -280,7 +280,7 @@ spec:
- "{{ .Values.reloader.custom_annotations.pausePeriod }}" - "{{ .Values.reloader.custom_annotations.pausePeriod }}"
{{- end }} {{- end }}
{{- if .Values.reloader.custom_annotations.pauseTime }} {{- if .Values.reloader.custom_annotations.pauseTime }}
- "--pause-deployment-annotation" - "--pause-deployment-time-annotation"
- "{{ .Values.reloader.custom_annotations.pauseTime }}" - "{{ .Values.reloader.custom_annotations.pauseTime }}"
{{- end }} {{- end }}
{{- if .Values.reloader.webhookUrl }} {{- if .Values.reloader.webhookUrl }}