Update website/content/docs/k8s/installation/vault/server-tls.mdx
Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
This commit is contained in:
parent
0d43b17228
commit
7a44e0d78c
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue