mirror of https://github.com/knative/docs.git
Move the config for tag header based routing into config-features (#2985)
This commit is contained in:
parent
f9a59e7e11
commit
a23b383696
|
@ -24,7 +24,7 @@ cd $GOPATH/src/github.com/knative/docs
|
|||
This feature is disabled by default. To enable this feature, run the following command:
|
||||
|
||||
```
|
||||
kubectl patch cm config-network -n knative-serving -p '{"data":{"tagHeaderBasedRouting":"Enabled"}}'
|
||||
kubectl patch cm config-features -n knative-serving -p '{"data":{"tag-header-based-routing":"Enabled"}}'
|
||||
```
|
||||
|
||||
## Build images
|
||||
|
|
Loading…
Reference in New Issue