Skip to content

Commit

Permalink
feat(helm): make ingress annotations templatable (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-jad-elkik authored and tchiotludo committed Oct 24, 2021
1 parent 648669b commit cdffd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/akhq/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.tls }}
Expand Down

0 comments on commit cdffd2e

Please sign in to comment.