diff --git a/docs/integrations/platforms/kubernetes.mdx b/docs/integrations/platforms/kubernetes.mdx index 58a836305..d797293a0 100644 --- a/docs/integrations/platforms/kubernetes.mdx +++ b/docs/integrations/platforms/kubernetes.mdx @@ -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: + +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. + + The `authentication` property tells the operator where it should look to find credentials needed to fetch secrets from Infisical.