From f9313204a70373ee475352151a4aaa3111302875 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 29 Jun 2023 16:08:43 -0400 Subject: [PATCH] add docs for k8 re sync interval --- docs/integrations/platforms/kubernetes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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.