Backport of Update gateway.mdx into release/1.17.x (#20129)

backport of commit 4c5d721328

Co-authored-by: Pascal Hofmann <mail@pascalhofmann.de>
pull/20142/head
hc-github-team-consul-core 2024-01-09 14:28:13 -06:00 committed by GitHub
parent 9f88a1b036
commit 69a3ea5890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -221,10 +221,10 @@ The following example creates a `Gateway` named `example-gateway` in namespace `
- group: gateway.networking.k8s.io
kind: Gateway
namespace: gateway-namespace
to:
- group: ""
kind: Secret
name: cert
to:
- group: ""
kind: Secret
name: cert
```
</CodeBlockConfig>