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
196d5fdeb7
commit
4dd4349897
|
@ -106,7 +106,7 @@ Finally, three Kubernetes auth roles need to be created, one for the Consul serv
|
|||
|
||||
Role for Consul servers:
|
||||
```shell-session
|
||||
vault write auth/kubernetes/role/consul-server \
|
||||
$ vault write auth/kubernetes/role/consul-server \
|
||||
bound_service_account_names=<Consul server service account> \
|
||||
bound_service_account_namespaces=<Consul installation namespace> \
|
||||
policies=consul-server \
|
||||
|
|
Loading…
Reference in New Issue