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.
This commit is contained in:
Andreas Gruhler 2023-04-07 18:31:08 +02:00 committed by GitHub
parent 793a0c6bd0
commit bc9535edf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```