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.
hashicorpvault
vault-secrets
1 parent 4ace260 commit 84e6538Copy full SHA for 84e6538
README.md
@@ -20,7 +20,7 @@ An example values file that fetches from HashiCorp Vault and GitLab CI:
20
inventory:
21
config:
22
sources:
23
- vault-secrets:
+ hashicorpvault:
24
type: hashicorpvault
25
vault_address: "https://your-vault-address-here.com"
26
# 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:
124
125
126
127
128
129
130
0 commit comments