mirror of https://github.com/status-im/consul.git
Update website/content/docs/k8s/installation/vault/server-tls.mdx
Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
This commit is contained in:
parent
6e2c0a3f00
commit
f4c5c2cf16
|
@ -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