We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0303dd commit d065e55Copy full SHA for d065e55
charts/ggscout/examples/hashicorpvault-k8s/values.yaml
@@ -9,9 +9,8 @@ inventory:
9
vault_address: "https://your-vault-address-here.com"
10
auth:
11
auth_mode: "k8s"
12
- k8s:
13
- role: "${VAULT_K8S_ROLE}"
14
- mount: "kubernetes" # This is the default; if the authentication path has changed, this must be updated
+ role: "${VAULT_K8S_ROLE}"
+ mount: "kubernetes" # This is the default; if the authentication path has changed, this must be updated
15
fetch_all_versions: true # Fetch all versions of secrets or not
16
path: "secret/dev" # Vault path or unspecified
17
mode: "read/write" # Can be `read`, `write` or `read/write` depending on wether fetch and/or sync are enabled
0 commit comments