Updating comment indentation

as requested
pull/3048/head
Michael Venezia 7 years ago committed by GitHub
parent 14cd8833ee
commit 8a30b58eee

@ -111,10 +111,10 @@ kind: Secret
metadata: metadata:
name: {{ .name }} name: {{ .name }}
labels: labels:
# Many helm templates would use `.` below, but that will not work, # Many helm templates would use `.` below, but that will not work,
# however `$` will work here # however `$` will work here
app: {{ template "fullname" $ }} app: {{ template "fullname" $ }}
# I cannot reference .Chart.Name, but I can do $.Chart.Name # I cannot reference .Chart.Name, but I can do $.Chart.Name
chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}"
release: "{{ $.Release.Name }}" release: "{{ $.Release.Name }}"
heritage: "{{ $.Release.Service }}" heritage: "{{ $.Release.Service }}"

Loading…
Cancel
Save