Skip to content

Commit a13a123

Browse files
authored
BBR readme fixes (#640)
1 parent 7ec5ac6 commit a13a123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: config/charts/body-based-routing/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install a body-based router named `body-based-router`, you can run the follow
1010
```txt
1111
$ helm install body-based-router ./config/charts/body-based-routing \
1212
--set provider.name=[gke|istio] \
13-
--set inference-gateway.name=inference-gateway
13+
--set inferenceGateway.name=inference-gateway
1414
```
1515

1616
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.
1919
To install via the latest published chart in staging (--version v0 indicates latest dev version), you can run the following command:
2020

2121
```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 \
2323
--version v0
2424
--set provider.name=[gke|istio]
2525
```
@@ -51,4 +51,4 @@ The following table list the configurable parameters of the chart.
5151

5252
## Notes
5353

54-
This chart should only be deployed once per Gateway.
54+
This chart should only be deployed once per Gateway.

0 commit comments

Comments
 (0)