mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
change ExternalSecret example to use SecretStore
The basic ExternalSecret example is referencing a ClusterSecretStore while all of the examples of configuring a provider are a /SecretStore/. This means that a new user try to cut'n'paste the examples will be unable to create a working demo without reading the API reference.
This commit is contained in:
parent
44d4cf061b
commit
6886fef4b6
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