Flux CD Rules
GitOps continuous delivery for Kubernetes. Sync clusters with Git repositories and automate deployments.
3 rules
HelmRelease Configuration Standards
Intermediate
Enforce standards for Flux HelmRelease resources — version constraints, upgrade remediation, rollback policies, and values management for reliable Helm deployments.
globs: **/clusters/**/*.yaml, **/helmreleases/**/*.yaml, **/apps/**/*.yaml
helmrelease, version-constraints, rollback-policy, upgrade-remediation
View Rule
Flux Kustomization Standards
Intermediate
Enforce best practices for Flux Kustomization resources — pruning, health checks, dependency ordering, interval settings, and reconciliation configuration.
globs: **/clusters/**/*.yaml, **/clusters/**/*.yml, **/flux-system/**/*.yaml
flux-kustomization, gitops-standards, health-checks, pruning
View Rule
Flux Source Repository Standards
Intermediate
Enforce standards for Flux GitRepository and HelmRepository sources — authentication, intervals, branch references, and verification for secure GitOps pipelines.
globs: **/clusters/**/sources/**/*.yaml, **/flux-system/**/*.yaml
flux-sources, git-repository, helm-repository, authentication
View Rule