15 lines
359 B
Text
15 lines
359 B
Text
# | GitOps configuration schema
|
|
# | Manages declarative GitOps rules and event-driven automation
|
|
# | Migrated from: provisioning/kcl/integrations/gitops.k
|
|
|
|
{
|
|
gitops_config = {
|
|
rules = [],
|
|
webhooks = [],
|
|
scheduled = [],
|
|
health_checks = [],
|
|
default_strategy = "rolling",
|
|
dry_run_by_default = false,
|
|
enable_audit_log = true,
|
|
},
|
|
}
|