Move the config for tag header based routing into config-features (#2985)

This commit is contained in:
Kenjiro Nakayama 2020-11-01 19:16:35 +09:00 committed by GitHub
parent f9a59e7e11
commit a23b383696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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