update enroll-namespace message in example output (#14928)

* upstate enroll-namespace message in example output

Signed-off-by: Ian Rudie <ian.rudie@solo.io>

* run make gen

Signed-off-by: Ian Rudie <ian.rudie@solo.io>

---------

Signed-off-by: Ian Rudie <ian.rudie@solo.io>
This commit is contained in:
Ian Rudie 2024-04-22 16:07:41 -05:00 committed by GitHub
parent da8ad9e649
commit 26dc780eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@ Using the Kubernetes Gateway API, you can deploy a {{< gloss "waypoint" >}}waypo
{{< text bash >}}
$ istioctl x waypoint apply --enroll-namespace --wait
waypoint default/waypoint applied
namespace default labeled with waypoint waypoint
namespace default labeled with "istio.io/use-waypoint: waypoint"
{{< /text >}}
View the waypoint proxy status; you should see the details of the gateway

View File

@ -203,7 +203,7 @@ istioctl x waypoint apply --enroll-namespace --wait
! IFS=$'\n' read -r -d '' snip_layer_7_authorization_policy_1_out <<\ENDSNIP
waypoint default/waypoint applied
namespace default labeled with waypoint waypoint
namespace default labeled with "istio.io/use-waypoint: waypoint"
ENDSNIP
snip_layer_7_authorization_policy_2() {