Update gateway.mdx (#20113)

Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
Pascal Hofmann 2024-01-09 20:02:31 +01:00 committed by GitHub
parent 0deebaf637
commit 800279098a
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>