Apply suggestions from code review

This commit is contained in:
Tu Nguyen 2022-06-21 16:31:49 -07:00 committed by GitHub
parent 32eb9a70a9
commit 5596f6fc4b
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
```