mirror of https://github.com/knative/docs.git
Update configmap name to config-istio (#1704)
There is no configmap named config-ingressgateway, it is named config-istio
This commit is contained in:
parent
f57599f34f
commit
4ad872ebe7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue