Node affinity values must be quoted. (#6348)

This commit is contained in:
Wade Rossmann
2021-05-14 09:09:45 +02:00
committed by GitHub
parent ff6296dd46
commit f73efbe074
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
apiVersion: v2
# Please make sure that version and appVersion are always the same.
appVersion: 1.5.0
appVersion: 1.5.1
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
home: https://github.com/bitnami/charts/tree/master/bitnami/common
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
@@ -20,4 +20,4 @@ sources:
- https://github.com/bitnami/charts
- http://www.bitnami.com/
type: library
version: 1.5.0
version: 1.5.1
+2 -2
View File
@@ -12,7 +12,7 @@ preferredDuringSchedulingIgnoredDuringExecution:
operator: In
values:
{{- range .values }}
- {{ . }}
- {{ . | quote }}
{{- end }}
weight: 1
{{- end -}}
@@ -29,7 +29,7 @@ requiredDuringSchedulingIgnoredDuringExecution:
operator: In
values:
{{- range .values }}
- {{ . }}
- {{ . | quote }}
{{- end }}
{{- end -}}