Skip to content

Commit e0761ab

Browse files
authored
Merge pull request #52278 from rh-tokeefe/OSSMDOC-719
OSSMDOC-719: Add quotes to booleans in k8s gatewy API
2 parents 666e243 + 1a2e521 commit e0761ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ossm-rn-new-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ spec:
254254
pilot:
255255
container:
256256
env:
257-
PILOT_ENABLE_GATEWAY_API: true
258-
PILOT_ENABLE_GATEWAY_API_STATUS: true
257+
PILOT_ENABLE_GATEWAY_API: "true"
258+
PILOT_ENABLE_GATEWAY_API_STATUS: "true"
259259
# and optionally, for the deployment controller
260-
PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: true
260+
PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: "true"
261261
----
262262
Restricting route attachment on Gateway API listeners is possible using the `SameNamespace` or `All` settings. Istio ignores usage of label selectors in `listeners.allowedRoutes.namespaces` and reverts to the default behavior (`SameNamespace`).
263263

0 commit comments

Comments
 (0)