fixing typo
This commit is contained in:
parent
573ba419f0
commit
81b9fa48b9
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue