From 802c087a4be03d2b6ddc2d9f4341484e5c790b0f Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 14 Mar 2019 17:52:58 +0200 Subject: [PATCH] Fix Istio Gateway certificate fix: #102 --- docs/gitbook/install/flagger-install-on-google-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/install/flagger-install-on-google-cloud.md b/docs/gitbook/install/flagger-install-on-google-cloud.md index 7eda2f0f9..bdb0da579 100644 --- a/docs/gitbook/install/flagger-install-on-google-cloud.md +++ b/docs/gitbook/install/flagger-install-on-google-cloud.md @@ -284,7 +284,7 @@ metadata: name: istio-gateway namespace: istio-system spec: - secretname: istio-ingressgateway-certs + secretName: istio-ingressgateway-certs issuerRef: name: letsencrypt-prod commonName: "*.example.com"