From f122d291d2b2d740bf316d0b71877be4cab76b92 Mon Sep 17 00:00:00 2001 From: Iwan Aucamp Date: Wed, 23 Aug 2023 12:24:23 +0200 Subject: [PATCH] docs: fix a sentence in vault-integration.mdx (#18296) --- website/content/docs/integrations/vault-integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/integrations/vault-integration.mdx b/website/content/docs/integrations/vault-integration.mdx index e4f8b2e77..9fb9016be 100644 --- a/website/content/docs/integrations/vault-integration.mdx +++ b/website/content/docs/integrations/vault-integration.mdx @@ -441,7 +441,7 @@ EOF ``` -To Submit this job a token that has the `access-kv` policy in the Namespace `engineering` +To submit this job, a token that has the `access-kv` policy in the `engineering` namespace is needed: ```shell-session $ vault token create -policy access-kv -namespace=engineering -period 72h -orphan