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" . }}