Skip to content

Commit dbf53cc

Browse files
authored
BUG/MINOR: haproxy: Remove hardcode from configmap template for haproxy chart. (#233)
Signed-off-by: Mikhail Koniakhin <[email protected]>
1 parent af3c9d2 commit dbf53cc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

haproxy/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: haproxy
1717
description: A Helm chart for HAProxy on Kubernetes
1818
type: application
19-
version: 1.21.0
19+
version: 1.21.1
2020
appVersion: 2.9.5
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
@@ -31,6 +31,4 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
34-
- Update base image to HAProxy 2.9.5
35-
- Add internalTrafficPolicy property for service (#218)
36-
- Update podAnnotations rendering for better flexibility (#224)
34+
- Remove hardcode from configmap template for haproxy chart (#233)

haproxy/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
labels:
2424
{{- include "haproxy.labels" . | nindent 4 }}
2525
data:
26-
haproxy.cfg: |
26+
{{ .Values.configMount.subPath }}: |
2727
{{ tpl .Values.config . | nindent 4 }}
2828
{{- end }}
2929

0 commit comments

Comments
 (0)