Skip to content

Commit 5a890ed

Browse files
committed
BUG: haproxy: includes name in haproxy charts
Signed-off-by: Muhammad Abduh <[email protected]>
1 parent 4a4f27f commit 5a890ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

haproxy/templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
projected:
8888
sources:
8989
- configMap:
90-
name: includes
90+
name: {{ include "haproxy.includes" . }}
9191
{{- end }}
9292
{{- range $mountedSecret := .Values.mountedSecrets }}
9393
- name: {{ $mountedSecret.volumeName }}

haproxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
projected:
8989
sources:
9090
- configMap:
91-
name: includes
91+
name: {{ include "haproxy.includes" . }}
9292
{{- end }}
9393
{{- range $mountedSecret := .Values.mountedSecrets }}
9494
- name: {{ $mountedSecret.volumeName }}

haproxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ includes:
259259
# </body></html>
260260

261261
## Mount path for includes and maps
262-
includesMountPath: /usr/local/etc/haproxy # EE images use /etc/hapee-VERSION
262+
includesMountPath: /usr/local/etc/haproxy/includes # EE images use /etc/hapee-VERSION
263263

264264
## Additional secrets to mount as volumes
265265
## This is expected to be an array of dictionaries specifying the volume name, secret name and mount path

0 commit comments

Comments
 (0)