Skip to content

Commit

Permalink
BUG/MINOR: haproxy: Remove hardcode from configmap template for hapro…
Browse files Browse the repository at this point in the history
…xy chart. (#233)

Signed-off-by: Mikhail Koniakhin <m.konyahin@gmail.com>
  • Loading branch information
MemberIT committed Apr 3, 2024
1 parent af3c9d2 commit dbf53cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions 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 All @@ -31,6 +31,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Update base image to HAProxy 2.9.5
- Add internalTrafficPolicy property for service (#218)
- Update podAnnotations rendering for better flexibility (#224)
- Remove hardcode from configmap template for haproxy chart (#233)
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 dbf53cc

Please sign in to comment.