Apply suggestions from code review

This commit is contained in:
Tu Nguyen 2022-06-21 16:31:49 -07:00 committed by GitHub
parent 3124a9245b
commit 3c6a20f436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ Install Consul on Kubernetes on each Kubernetes cluster by applying `values.yaml
```shell-session
$ export HELM_RELEASE_NAME=cluster-name
```
```shell-session
$ helm install ${HELM_RELEASE_NAME} hashicorp/consul --version "0.45.0" --values server.yaml
```