Update website/content/docs/k8s/installation/vault/server-tls.mdx

Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
This commit is contained in:
vanphan24 2022-01-12 08:57:09 -08:00 committed by GitHub
parent 0d43b17228
commit 7a44e0d78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ $ vault write auth/kubernetes/role/consul-client \
ttl=1h
```
To find out the service account name of the Consul client
you can run:
To find out the service account name of the Consul client, use the command below.
```shell-session
$ helm template --release-name <your release name> -s templates/client-serviceaccount.yaml hashicorp/consul
```