Skip to content

Commit

Permalink
Remove hardcode from configmap template for haproxy chart.
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Koniakhin <[email protected]>
  • Loading branch information
MemberIT committed Apr 3, 2024
1 parent af3c9d2 commit d13ece7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: haproxy
description: A Helm chart for HAProxy on Kubernetes
type: application
version: 1.21.0
version: 1.21.1
appVersion: 2.9.5
kubeVersion: ">=1.17.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion haproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
labels:
{{- include "haproxy.labels" . | nindent 4 }}
data:
haproxy.cfg: |
{{ .Values.configMount.subPath }}: |
{{ tpl .Values.config . | nindent 4 }}
{{- end }}

Expand Down

0 comments on commit d13ece7

Please sign in to comment.