mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): atomically apply cluster legacy env migration
This commit is contained in:
@@ -132,6 +132,24 @@ function runtimePrivileges() {
|
||||
plugin_package_workflow_admission_steps: [true, true, false, false],
|
||||
plugin_package_workflow_task_attempt_admissions: [true, true, false, false],
|
||||
cluster_legacy_env_migration_plans: [false, false, false, false],
|
||||
cluster_legacy_env_migration_application_receipts: [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
],
|
||||
cluster_legacy_env_migration_application_tasks: [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
],
|
||||
cluster_legacy_env_migration_application_triggers: [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
],
|
||||
worker_execution_attestations: [true, false, false, false],
|
||||
run_events: [true, true, false, false],
|
||||
run_cancellation_dispatches: [true, true, true, false],
|
||||
|
||||
Reference in New Issue
Block a user