You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates information on k8s operator resync interval value based of instant updates
Screenshots
Steps to verify the change
Type
Fix
Feature
Improvement
Breaking
Docs
Chore
Checklist
Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
Updates the Kubernetes InfisicalSecret CRD documentation to clarify that syncConfig.resyncInterval’s default depends on whether syncConfig.instantUpdates is enabled.
This change lives in the operator CRD reference docs (docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx) and is meant to align user expectations about sync frequency when instant updates are used.
Confidence Score: 4/5
This PR is safe to merge once the docs are made internally consistent.
Change is limited to documentation and introduces no runtime/security impact, but the updated default description currently conflicts with an existing sentence in the same section and could mislead users about operator behavior.
Updates resyncInterval default-value docs to depend on instantUpdates; verify default is truly 1h when instantUpdates=true and ensure spacing/consistency across page.
This section now states a conditional default (1m when instantUpdates=false, 1h when instantUpdates=true), but the preceding sentence still says it “will default to 60 seconds if not defined” (docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx:73-84). These can’t both be true; please update one so the doc has a single authoritative default (and ideally link/mention the exact operator version/behavior if it changed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Updates information on k8s operator resync interval value based of instant updates
Screenshots
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).