mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
docs: Change default refreshInterval to 5m (#3283)
Signed-off-by: Engin Diri <engin.diri@ediri.de>
This commit is contained in:
parent
e589572caf
commit
e0b668db70
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: secret
|
name: secret
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 20s
|
refreshInterval: 5m
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: SecretStore
|
kind: SecretStore
|
||||||
name: secret-store
|
name: secret-store
|
||||||
|
|
Loading…
Reference in a new issue