Skip to content

Commit

Permalink
Update DomainMapping to v1beta1 from v1alpha1 (#5673)
Browse files Browse the repository at this point in the history
Signed-off-by: pingjiang <[email protected]>
  • Loading branch information
xiangpingjiang committed Sep 3, 2023
1 parent 1201e36 commit 6b0b256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/serving/services/byo-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/services/custom-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6b0b256

Please sign in to comment.