mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Merge pull request #580 from jhoblitt/bugfix/fix-vault-basic-example
change ExternalSecret example to use SecretStore
This commit is contained in:
commit
1fa56a010d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ spec:
|
|||
refreshInterval: "15s"
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
kind: SecretStore
|
||||
target:
|
||||
name: example-sync
|
||||
data:
|
||||
|
|
Loading…
Reference in a new issue