From 607d4b3aa6f0bf5e739a1745eeedac007c30c883 Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Thu, 6 Apr 2023 17:03:53 +0200 Subject: [PATCH] Update helm.mdx 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 ```