Make sure nodeselector is a string

This commit is contained in:
Stefan Reimer 2020-08-10 13:28:45 +01:00
parent e4193dca73
commit 51bef938f6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ spec:
value: standard
{{- if eq .Values.ingress.type "NodePort" }}
nodeSelector:
node.kubernetes.io/ingress.private: {{ .Values.ingress.private.nodeSelector }}
node.kubernetes.io/ingress.private: "{{ .Values.ingress.private.nodeSelector }}"
{{- end }}
resources:
limits: