diff --git a/helm-guestbook/templates/rollout.yaml b/helm-guestbook/templates/rollout.yaml index 2c1fb49..105344d 100644 --- a/helm-guestbook/templates/rollout.yaml +++ b/helm-guestbook/templates/rollout.yaml @@ -77,3 +77,5 @@ spec: args: - name: service-name value: {{ template "helm-guestbook.fullname" . }} + # Pauses indefinitely until manually resumed + - pause: {}