From 81b9fa48b949d33688e91497ce3307ca5a34e46b Mon Sep 17 00:00:00 2001 From: Nicholas Lockhart Date: Fri, 24 Apr 2020 10:29:13 -0400 Subject: [PATCH] fixing typo --- charts/argo-events/templates/gateway-controller-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-events/templates/gateway-controller-deployment.yaml b/charts/argo-events/templates/gateway-controller-deployment.yaml index 85338538..531e50f1 100644 --- a/charts/argo-events/templates/gateway-controller-deployment.yaml +++ b/charts/argo-events/templates/gateway-controller-deployment.yaml @@ -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 }}