Skip to content

Commit cc4563e

Browse files
authored
Patch d9f7379 to 0.3 release (#639)
1 parent 09002a4 commit cc4563e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/charts/body-based-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table list the configurable parameters of the chart.
4747
| `bbr.image.tag` | Image tag. |
4848
| `bbr.image.pullPolicy` | Image pull policy for the container. Possible values: `Always`, `IfNotPresent`, or `Never`. Defaults to `Always`. |
4949
| `provider.name` | Name of the Inference Gateway implementation being used. Possible values: `istio`, `gke`. Defaults to `none`. |
50-
| `inference-gateway.name` | The name of the Gateway. Defaults to `inference-gateway`. |
50+
| `inferenceGateway.name` | The name of the Gateway. Defaults to `inference-gateway`. |
5151

5252
## Notes
5353

config/charts/body-based-routing/templates/gke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
targetRefs:
1010
- group: "gateway.networking.k8s.io"
1111
kind: Gateway
12-
name: {{ .Values.inference-gateway.name }}
12+
name: {{ .Values.inferenceGateway.name }}
1313
extensionChains:
1414
- name: chain1
1515
extensions:

config/charts/body-based-routing/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ bbr:
1212
provider:
1313
name: none
1414

15-
inference-gateway:
15+
inferenceGateway:
1616
name: inference-gateway

0 commit comments

Comments
 (0)