File tree 1 file changed +3
-3
lines changed
config/charts/body-based-routing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To install a body-based router named `body-based-router`, you can run the follow
10
10
``` txt
11
11
$ helm install body-based-router ./config/charts/body-based-routing \
12
12
--set provider.name=[gke|istio] \
13
- --set inference-gateway .name=inference-gateway
13
+ --set inferenceGateway .name=inference-gateway
14
14
```
15
15
16
16
Note that the provider name is needed to ensure provider-specific manifests are also applied. If no provider is specified, then only
@@ -19,7 +19,7 @@ the deployment and service are deployed.
19
19
To install via the latest published chart in staging (--version v0 indicates latest dev version), you can run the following command:
20
20
21
21
``` txt
22
- $ helm install body-based-router oci://us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/charts/body-based-router \
22
+ $ helm install body-based-router oci://us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/charts/body-based-routing \
23
23
--version v0
24
24
--set provider.name=[gke|istio]
25
25
```
@@ -51,4 +51,4 @@ The following table list the configurable parameters of the chart.
51
51
52
52
## Notes
53
53
54
- This chart should only be deployed once per Gateway.
54
+ This chart should only be deployed once per Gateway.
You can’t perform that action at this time.
0 commit comments