Skip to content

Commit 5b09208

Browse files
authored
Merge pull request #46 from adrien-fichet/main
fix(doc): Use `hashicorpvault` instead of `vault-secrets`
2 parents 4ace260 + 84e6538 commit 5b09208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An example values file that fetches from HashiCorp Vault and GitLab CI:
2020
inventory:
2121
config:
2222
sources:
23-
vault-secrets:
23+
hashicorpvault:
2424
type: hashicorpvault
2525
vault_address: "https://your-vault-address-here.com"
2626
# If auth is not set, the env variable `VAULT_TOKEN` is used with a `token` auth_mode
@@ -124,7 +124,7 @@ The previous values example must be changed to:
124124
inventory:
125125
config:
126126
sources:
127-
vault-secrets:
127+
hashicorpvault:
128128
type: hashicorpvault
129129
vault_address: "https://your-vault-address-here.com"
130130
# If auth is not set, the env variable `VAULT_TOKEN` is used with a `token` auth_mode

0 commit comments

Comments
 (0)