Merge pull request #12871 from hashicorp/apigw-crd-version

Update version pin for consul-api-gateway install docs
This commit is contained in:
Nathan Coleman 2022-04-27 14:23:05 -05:00 committed by GitHub
commit ebacee3d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re
<CodeBlockConfig>
```shell-session
$ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.1.0"
$ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.2.0"
```
</CodeBlockConfig>