Skip to content

Commit 1a2e521

Browse files
committed
OSSMDOC-719: Add quoes to booleans in k8s gatewy API
1 parent dd497f3 commit 1a2e521

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
@@ -146,10 +146,10 @@ spec:
146146
pilot:
147147
container:
148148
env:
149-
PILOT_ENABLE_GATEWAY_API: true
150-
PILOT_ENABLE_GATEWAY_API_STATUS: true
149+
PILOT_ENABLE_GATEWAY_API: "true"
150+
PILOT_ENABLE_GATEWAY_API_STATUS: "true"
151151
# and optionally, for the deployment controller
152-
PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: true
152+
PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: "true"
153153
----
154154
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`).
155155

0 commit comments

Comments
 (0)