mirror of https://github.com/knative/docs.git
Update DomainMapping to v1beta1 from v1alpha1 (#5673)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
This commit is contained in:
parent
1201e36cc4
commit
6b0b256432
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue