From bc9535edf42cd247d3ae4ca1ce69598bdcdae0f8 Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Fri, 7 Apr 2023 18:31:08 +0200 Subject: [PATCH] Update helm.mdx (#20020) I was wondering why the default VaultAuth CR was not created. It was due the fact that I copy/pasted the snippet from the docs here, which has the wrong key. --- website/content/docs/platform/k8s/vso/helm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/platform/k8s/vso/helm.mdx b/website/content/docs/platform/k8s/vso/helm.mdx index 45bcc76e5eb1..e99c9a7a4258 100644 --- a/website/content/docs/platform/k8s/vso/helm.mdx +++ b/website/content/docs/platform/k8s/vso/helm.mdx @@ -240,7 +240,7 @@ and a [Vault Auth Method](/vault/docs/auth/kubernetes) to be setup against the ` defaultVaultConnection: enabled: true -defaultVaultAuthMethod: +defaultAuthMethod: enabled: true ```