fixing typo

This commit is contained in:
Nicholas Lockhart 2020-04-24 10:29:13 -04:00
parent 573ba419f0
commit 81b9fa48b9

View file

@ -33,7 +33,7 @@ spec:
value: {{ .Release.Name }}-{{ .Values.gatewayController.name }}-configmap
resources:
{{ toYaml .Values.gatewayController.resources | indent 12 }}
{{- with .Values.gatewatController.nodeSelector }}
{{- with .Values.gatewayController.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
{{- end }}