Browse Source

Update website/content/docs/k8s/installation/vault/server-tls.mdx

Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
pull/12044/head
vanphan24 3 years ago committed by GitHub
parent
commit
4dd4349897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/content/docs/k8s/installation/vault/server-tls.mdx

2
website/content/docs/k8s/installation/vault/server-tls.mdx

@ -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…
Cancel
Save