Skip to content

Commit

Permalink
feat(helm): make ingress annotations templatable (tchiotludo#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-jad-elkik authored and chgl committed Aug 9, 2021
1 parent ece1285 commit e1c0405
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 e1c0405

Please sign in to comment.