From 6a0821b5a0bf79a81561fd31f0ac137cab24dda3 Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 7 Apr 2021 18:06:18 -0400 Subject: [PATCH] pause --- helm-guestbook/templates/rollout.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: {}