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
3e65685dbd
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

@ -124,7 +124,7 @@ the Kube auth role in a comma separated value e.g. `policies=consul-server,cons
Role for Consul clients:
```shell-session
vault write auth/kubernetes/role/consul-client \
$ vault write auth/kubernetes/role/consul-client \
bound_service_account_names=<Consul client service account> \
bound_service_account_namespaces=default \
policies=ca-policy \

Loading…
Cancel
Save