mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change path secret store
This commit is contained in:
@@ -6,7 +6,7 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
vault:
|
vault:
|
||||||
server: "https://vault.hensen.io"
|
server: "https://vault.hensen.io"
|
||||||
path: "secret"
|
path: "kv"
|
||||||
# Version is the Vault KV secret engine version.
|
# Version is the Vault KV secret engine version.
|
||||||
# This can be either "v1" or "v2", defaults to "v2"
|
# This can be either "v1" or "v2", defaults to "v2"
|
||||||
version: "v2"
|
version: "v2"
|
||||||
|
|||||||
Reference in New Issue
Block a user