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
|
value: {{ .Release.Name }}-{{ .Values.gatewayController.name }}-configmap
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.gatewayController.resources | indent 12 }}
|
{{ toYaml .Values.gatewayController.resources | indent 12 }}
|
||||||
{{- with .Values.gatewatController.nodeSelector }}
|
{{- with .Values.gatewayController.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue