diff --git a/helm/akhq/templates/ingress.yaml b/helm/akhq/templates/ingress.yaml index ab84e4f87..c0bc591f9 100644 --- a/helm/akhq/templates/ingress.yaml +++ b/helm/akhq/templates/ingress.yaml @@ -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 }}