From dfe11a612f383d520e1418d3429f5e898218ca4f Mon Sep 17 00:00:00 2001 From: Ken Petti Date: Wed, 4 Mar 2020 15:57:55 -0500 Subject: [PATCH] Update deployment.yaml --- helm-guestbook/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-guestbook/templates/deployment.yaml b/helm-guestbook/templates/deployment.yaml index 6205be3..aa38e9e 100644 --- a/helm-guestbook/templates/deployment.yaml +++ b/helm-guestbook/templates/deployment.yaml @@ -50,8 +50,8 @@ spec: tolerations: {{ toYaml . | indent 8 }} {{- end }} - strategy: - canary: # A new field that used to provide configurable options for a Canary strategy - steps: - - setWeight: 20 - - pause: {} + strategy: + canary: # A new field that used to provide configurable options for a Canary strategy + steps: + - setWeight: 20 + - pause: {}