Browse Source

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

Update version pin for consul-api-gateway install docs
pull/12872/head
Nathan Coleman 3 years ago committed by GitHub
parent
commit
6a4ca9c5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/content/docs/api-gateway/consul-api-gateway-install.mdx

2
website/content/docs/api-gateway/consul-api-gateway-install.mdx

@ -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>

Loading…
Cancel
Save