You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/nessie/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,11 +134,9 @@ gatewayApi:
134
134
backendRefs:
135
135
- service:
136
136
port: 19120
137
-
port: 19120
138
137
```
139
138
140
-
If `gatewayApi.enabled` remains `false`, no Gateway API objects are rendered and the existing
141
-
Make sure the Gateway API CRDs (and a compatible controller such as Envoy Gateway or Istio) are
139
+
If `gatewayApi.enabled` remains `false`, no Gateway API objects are rendered. Make sure the Gateway API CRDs (and a compatible controller such as Envoy Gateway or Istio) are
142
140
installed in the cluster before enabling this feature; the chart will fail fast if the resources
143
141
are unavailable. A more advanced sample configuration can be found in
144
142
`helm/nessie/ci/gateway-api-values.yaml`, which is also used by the chart unit tests.
Copy file name to clipboardExpand all lines: helm/nessie/README.md.gotmpl
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,7 @@ gatewayApi:
138
138
port: 19120
139
139
```
140
140
141
-
If `gatewayApi.enabled` remains `false`, no Gateway API objects are rendered and the existing
142
-
Make sure the Gateway API CRDs (and a compatible controller such as Envoy Gateway or Istio) are
141
+
If `gatewayApi.enabled` remains `false`, no Gateway API objects are rendered. Make sure the Gateway API CRDs (and a compatible controller such as Envoy Gateway or Istio) are
143
142
installed in the cluster before enabling this feature; the chart will fail fast if the resources
144
143
are unavailable. A more advanced sample configuration can be found in
145
144
`helm/nessie/ci/gateway-api-values.yaml`, which is also used by the chart unit tests.
0 commit comments