Browse Source

annotation

pull/82/head
brandon 4 years ago
parent
commit
0036187d22
  1. 2
      helm-guestbook/templates/rollout.yaml

2
helm-guestbook/templates/rollout.yaml

@ -19,7 +19,7 @@ spec:
metadata: metadata:
{{- with .Values.deployment.annotations }} {{- with .Values.deployment.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
labels: labels:
app: {{ template "helm-guestbook.name" . }} app: {{ template "helm-guestbook.name" . }}

Loading…
Cancel
Save