Update configmap name to config-istio (#1704)

There is no configmap named config-ingressgateway, it is named config-istio
This commit is contained in:
Thomas Shafer 2019-08-20 15:23:32 -07:00 committed by Knative Prow Robot
parent f57599f34f
commit 4ad872ebe7
1 changed files with 2 additions and 2 deletions

View File

@ -237,11 +237,11 @@ If there is a change in service ports (compared with that of
## Step 3: Update Gateway Configmap ## Step 3: Update Gateway Configmap
Update gateway configmap `config-ingressgateway` under `knative-serving` Update gateway configmap `config-istio` under `knative-serving`
namespace: namespace:
```shell ```shell
kubectl edit configmap config-ingressgateway -n knative-serving kubectl edit configmap config-istio -n knative-serving
``` ```
Replace the `ingress-gateway` field with the fully qualified url of your Replace the `ingress-gateway` field with the fully qualified url of your