Skip to main content
This page highlights the most important configuration keys for Kubex Automation Engine.

Required Values

Core Operational Values

Commonly tuned fields:
  • replicaCount
  • image.repository
  • image.tag
  • gateway.image.repository
  • webhook.enabled
  • webhook.certManager.enabled
  • metrics.enabled

Global Configuration Values

These values render into the GlobalConfiguration custom resource:
  • globalConfiguration.recommendationReloadInterval
  • globalConfiguration.rescanInterval
  • globalConfiguration.mutationLogInterval
  • globalConfiguration.snapshotInterval
  • globalConfiguration.heartbeatInterval
  • globalConfiguration.kubexAPIRequestTimeout
  • globalConfiguration.automationEnabled
  • globalConfiguration.respectKubexAutomation
  • globalConfiguration.protectedNamespacePatterns
  • globalConfiguration.webhookHealth.*

Helm-Managed Policy Values

If you use Helm to generate policies, key inputs are:
  • policy.defaultPolicy
  • policy.policies
  • scope[]
These are mapped by the chart into cluster-scoped policy and strategy CRs.

Full Reference