Update website/content/docs/k8s/installation/vault/server-tls.mdx
Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
This commit is contained in:
parent
088decf30f
commit
073387885e
|
@ -134,7 +134,7 @@ $ vault write auth/kubernetes/role/consul-client \
|
||||||
To find out the service account name of the Consul client
|
To find out the service account name of the Consul client
|
||||||
you can run:
|
you can run:
|
||||||
```shell-session
|
```shell-session
|
||||||
helm template --release-name <your release name> -s templates/client-serviceaccount.yaml hashicorp/consul
|
$ helm template --release-name <your release name> -s templates/client-serviceaccount.yaml hashicorp/consul
|
||||||
```
|
```
|
||||||
|
|
||||||
-> **Note:** Should you enable other supported features such as gossip-encryption be sure to append additional policies to
|
-> **Note:** Should you enable other supported features such as gossip-encryption be sure to append additional policies to
|
||||||
|
|
Loading…
Reference in New Issue