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:
Lena Brüder 2021-12-03 14:28:37 +01:00 committed by GitHub
parent 5f21bb9e2e
commit a23842cb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: