Browse Source

docs: Update consul-helm example to pull latest tag

pull/6311/head
Jake Lundberg 5 years ago committed by Freddy
parent
commit
8241787e92
  1. 4
      website/source/docs/platform/k8s/helm.html.md

4
website/source/docs/platform/k8s/helm.html.md

@ -52,8 +52,8 @@ Example chart usage:
$ git clone https://github.com/hashicorp/consul-helm.git $ git clone https://github.com/hashicorp/consul-helm.git
$ cd consul-helm $ cd consul-helm
# Checkout a tagged version # Checkout the most recently tagged version
$ git checkout v0.1.0 $ git checkout $(git describe --abbrev=0 --tags)
# Run Helm # Run Helm
$ helm install --dry-run ./ $ helm install --dry-run ./

Loading…
Cancel
Save