Skip to content

Commit

Permalink
Add tpl function
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com>
  • Loading branch information
Marcel-Jansen authored Nov 27, 2023
1 parent 434adbb commit 61e77bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gxf/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- with .Values.serviceAccount.labels }}
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
annotations:
{{- with .Values.serviceAccount.annotations }}
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 61e77bc

Please sign in to comment.