mirror of https://github.com/status-im/consul.git
Update gateway.mdx (#20113)
Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
parent
0deebaf637
commit
800279098a
|
@ -221,10 +221,10 @@ The following example creates a `Gateway` named `example-gateway` in namespace `
|
||||||
- group: gateway.networking.k8s.io
|
- group: gateway.networking.k8s.io
|
||||||
kind: Gateway
|
kind: Gateway
|
||||||
namespace: gateway-namespace
|
namespace: gateway-namespace
|
||||||
to:
|
to:
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: cert
|
name: cert
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
Loading…
Reference in New Issue