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:
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app: {{ template "helm-guestbook.name" . }}

Loading…
Cancel
Save