Skip to content

Commit

Permalink
Update configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
k-harutyunyan authored Nov 26, 2024
1 parent 04dcc87 commit 7a8094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vector/templates/haproxy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "haproxy.labels" . | nindent 4 }}
data:
haproxy.cfg: |
{{- if .Values.customConfig }}
{{- if .Values.haproxy.customConfig }}
{{ tpl .Values.haproxy.customConfig . | nindent 4 }}
{{- else }}
global
Expand Down

0 comments on commit 7a8094c

Please sign in to comment.