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:56:33 -08:00 committed by GitHub
parent 399864d3ce
commit 26fb50a326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \