File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
content/en/docs/ambient/usage/waypoint Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ The keyword `All` may be specified as the value for `allowedRoutes.namespaces.fr
210
210
The following ` Gateway ` would allow resources in a namespace called "cross-namespace-waypoint-consumer" to use this ` egress-gateway ` :
211
211
212
212
{{< text syntax=yaml >}}
213
+ apiVersion: gateway.networking.k8s.io/v1
213
214
kind: Gateway
214
215
metadata:
215
216
name: egress-gateway
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ pod/reviews-v2-5b667bcbf8-spnnh labeled
128
128
ENDSNIP
129
129
130
130
! IFS=$' \n ' read -r -d ' ' snip_configure_a_waypoint_for_crossnamespace_use_1 << \ENDSNIP
131
+ apiVersion: gateway.networking.k8s.io/v1
131
132
kind: Gateway
132
133
metadata:
133
134
name: egress-gateway
You can’t perform that action at this time.
0 commit comments