Skip to content

Commit d065e55

Browse files
chore: fix hashicorp vault k8s example
1 parent a0303dd commit d065e55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/ggscout/examples/hashicorpvault-k8s/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ inventory:
99
vault_address: "https://your-vault-address-here.com"
1010
auth:
1111
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
12+
role: "${VAULT_K8S_ROLE}"
13+
mount: "kubernetes" # This is the default; if the authentication path has changed, this must be updated
1514
fetch_all_versions: true # Fetch all versions of secrets or not
1615
path: "secret/dev" # Vault path or unspecified
1716
mode: "read/write" # Can be `read`, `write` or `read/write` depending on wether fetch and/or sync are enabled

0 commit comments

Comments
 (0)