Update website/content/docs/connect/dataplane/consul-dataplane.mdx

Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
Jeff Boruszak 2022-10-03 12:55:55 -05:00 committed by GitHub
parent f4731bf0df
commit dc61cc1914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $ helm install consul hashicorp/consul --set global.name=consul --version ${VERS
#### Consul-k8s CLI
```shell-session
$ export VERSION=0.39.0 && \
$ export VERSION=1.0.0-beta && \
curl --location "https://releases.hashicorp.com/consul-k8s/${VERSION}/consul-k8s_${VERSION}_darwin_amd64.zip" --output consul-k8s-cli.zip
```