Skip to content

Commit

Permalink
FEATURE/MINOR: haproxy: update podAnnotations rendering for better fl…
Browse files Browse the repository at this point in the history
…exibility. (#224)

Signed-off-by: Matthis Holleville <[email protected]>
  • Loading branch information
matthisholleville authored Feb 16, 2024
1 parent b060b09 commit f89ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
checksum/environment: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- end }}
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{ tpl (toYaml .Values.podAnnotations) . | indent 8 }}
{{- end }}
spec:
{{- if .Values.shareProcessNamespace.enabled }}
Expand Down

0 comments on commit f89ca9d

Please sign in to comment.