From d9a0183f3f5315becc3743afed0aad0135a0461a Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 14 Feb 2018 03:07:36 -0500 Subject: [PATCH] addons/nginx-ingress: Fix typo in GCP selector name --- addons/nginx-ingress/google-cloud/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/nginx-ingress/google-cloud/deployment.yaml b/addons/nginx-ingress/google-cloud/deployment.yaml index 4e6943aa..5deaece4 100644 --- a/addons/nginx-ingress/google-cloud/deployment.yaml +++ b/addons/nginx-ingress/google-cloud/deployment.yaml @@ -10,7 +10,7 @@ spec: maxUnavailable: 1 selector: matchLabels: - name: nginx-ingess-controller + name: nginx-ingress-controller phase: prod template: metadata: