docs: fix certificateRefs in dynamic configuration
This commit is contained in:
parent
78822a8015
commit
85b0a47fe8
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ spec:
|
|||
port: 9443
|
||||
hostname: example.com
|
||||
tls:
|
||||
- certificateRefs:
|
||||
- kind: Secret
|
||||
name: mysecret
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: mysecret
|
||||
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||
|
|
Loading…
Reference in a new issue