Update version pin for consul-api-gateway CRD install

This commit is contained in:
Nathan Coleman 2022-04-27 15:07:02 -04:00
parent 359d62a49d
commit 8208c2daf9
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>