Make sure nodeselector is a string
This commit is contained in:
parent
665fc68f7e
commit
74599ddf1b
@ -36,7 +36,7 @@ spec:
|
|||||||
value: standard
|
value: standard
|
||||||
{{- if eq .Values.ingress.type "NodePort" }}
|
{{- if eq .Values.ingress.type "NodePort" }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
node.kubernetes.io/ingress.private: {{ .Values.ingress.private.nodeSelector }}
|
node.kubernetes.io/ingress.private: "{{ .Values.ingress.private.nodeSelector }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
Reference in New Issue
Block a user