mirror of https://github.com/knative/docs.git
Fixed wrong docs for DomainMapping API (#4536)
DomainMapping API uses `secretName`, not `secret`, see https://knative.dev/docs/reference/api/serving-api/#serving.knative.dev/v1alpha1.SecretTLS
This commit is contained in:
parent
5f21bb9e2e
commit
a23842cb8b
|
@ -77,7 +77,7 @@ DomainMappings in that namespace to use the domain name.
|
|||
kind: Service
|
||||
apiVersion: serving.knative.dev/v1
|
||||
tls:
|
||||
secret: <cert-secret>
|
||||
secretName: <cert-secret>
|
||||
```
|
||||
Where:
|
||||
|
||||
|
|
Loading…
Reference in New Issue