From 0036187d22c6ac5f3ae8be3cff3ccdc66c25396f Mon Sep 17 00:00:00 2001 From: brandon Date: Fri, 9 Apr 2021 00:23:09 -0400 Subject: [PATCH] annotation --- helm-guestbook/templates/rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/templates/rollout.yaml b/helm-guestbook/templates/rollout.yaml index 0a80e65..91f62b0 100644 --- a/helm-guestbook/templates/rollout.yaml +++ b/helm-guestbook/templates/rollout.yaml @@ -19,7 +19,7 @@ spec: metadata: {{- with .Values.deployment.annotations }} annotations: - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 8 }} {{- end }} labels: app: {{ template "helm-guestbook.name" . }}