From 6e2c0a3f00a226c21f589be0f89d43df2333fe9c Mon Sep 17 00:00:00 2001 From: vanphan24 <89482663+vanphan24@users.noreply.github.com> Date: Wed, 12 Jan 2022 08:57:02 -0800 Subject: [PATCH] Update website/content/docs/k8s/installation/vault/server-tls.mdx Co-authored-by: mrspanishviking --- website/content/docs/k8s/installation/vault/server-tls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/installation/vault/server-tls.mdx b/website/content/docs/k8s/installation/vault/server-tls.mdx index 5c58097b10..10e5c4c58c 100644 --- a/website/content/docs/k8s/installation/vault/server-tls.mdx +++ b/website/content/docs/k8s/installation/vault/server-tls.mdx @@ -142,7 +142,7 @@ the Kube auth role in a comma separated value e.g. `policies=ca-policy,consul-g Role for CA components: ```shell-session -vault write auth/kubernetes/role/consul-ca \ +$ vault write auth/kubernetes/role/consul-ca \ bound_service_account_names="*" \ bound_service_account_namespaces= \ policies=ca-policy \