add docs for k8 re sync interval

This commit is contained in:
Maidul Islam
2023-06-29 16:08:43 -04:00
parent cb5c371a4f
commit f9313204a7

View File

@@ -50,6 +50,7 @@ metadata:
spec:
# The host that should be used to pull secrets from. If left empty, the value specified in Global configuration will be used
hostAPI: https://app.infisical.com/api
resyncInterval: 60 # <-- the time in seconds between secret re-sync. Faster re-syncs will require higher rate limits
authentication:
serviceToken:
serviceTokenSecretReference:
@@ -79,6 +80,11 @@ spec:
</Accordion>
</Accordion>
<Accordion title="resyncInterval">
This property defines the time in seconds between each secret re-sync from Infisical. Shorter time between re-syncs will require higher rate limits only available on paid plans.
Default re-sync interval is every 1 minute.
</Accordion>
<Accordion title="authentication">
The `authentication` property tells the operator where it should look to find credentials needed to fetch secrets from Infisical.