Commit 4959f2e2 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

fix: use $ instead of . in include

parent 3a9b2bc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ kind: ServiceAccount
metadata:
  name: {{ .name | quote }}
  labels:
{{ include "sharedlabels" . | indent 4 }}
{{ include "sharedlabels" $ | indent 4 }}
{{- if .annotations }}
  annotations:
{{ toYaml .annotations | indent 4 }}