diff --git a/website/content/docs/k8s/deployment-configurations/vault/data-integration/index.mdx b/website/content/docs/k8s/deployment-configurations/vault/data-integration/index.mdx index 2ce631b9cec7..dfa98e852e24 100644 --- a/website/content/docs/k8s/deployment-configurations/vault/data-integration/index.mdx +++ b/website/content/docs/k8s/deployment-configurations/vault/data-integration/index.mdx @@ -95,7 +95,7 @@ For example, if your Consul on Kubernetes servers need access to [Consul Server ```HCL - path "secret/data/consul/license" { + path "consul-kv/data/secret/license" { capabilities = ["read"] } ```