Update DomainMapping to v1beta1 from v1alpha1 (#5673)

Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
This commit is contained in:
cola 2023-09-03 10:36:36 +08:00 committed by GitHub
parent 1201e36cc4
commit 6b0b256432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ certificate to secure the mapped service. Using this feature skips [autoTLS](../
1. Update your `DomainMapping` YAML file to use the newly created secret as follows:
```yaml
apiVersion: serving.knative.dev/v1alpha1
apiVersion: serving.knative.dev/v1beta1
kind: DomainMapping
metadata:
name: <domain-name>

View File

@ -66,7 +66,7 @@ DomainMappings in that namespace to use the domain name.
1. Create a YAML file using the following template:
```yaml
apiVersion: serving.knative.dev/v1alpha1
apiVersion: serving.knative.dev/v1beta1
kind: DomainMapping
metadata:
name: <domain-name>