Skip to content

Commit 405ad6b

Browse files
authored
[bitnami/haproxy] Adding condition to serviceaccount (#7177)
* Adding condition to serviceaccount * fixed redis typo * removed unrelated changed keeping condition only Bump chart version number * Adding new line bumping chart version number
1 parent 80ff0fb commit 405ad6b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bitnami/haproxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ name: haproxy
2323
sources:
2424
- https://github.com/bitnami/bitnami-docker-haproxy
2525
- https://github.com/haproxytech/haproxy
26-
version: 0.2.3
26+
version: 0.2.4
12 KB
Binary file not shown.

bitnami/haproxy/templates/service-account.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.serviceAccount.create }}
12
apiVersion: v1
23
kind: ServiceAccount
34
metadata:
@@ -11,3 +12,4 @@ metadata:
1112
{{- if .Values.commonAnnotations }}
1213
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
1314
{{- end }}
15+
{{- end }}

0 commit comments

Comments
 (0)