spacelift workerpool v0.0.42
WorkerPool.spec.pod.initContainer.lifecycle.preStop.httpGet.spec.driftDetectionRunLimits
DriftDetectionRunLimit configures limits for drift detection runs executed on this worker pool.
| Field / Type | Description |
|---|---|
disabled | Disabled indicates whether drift detection runs are disabled for this worker pool. When true, maxRuns must not be set.
|
maxRuns | MaxRuns specifies the maximum number of drift detection runs allowed. Cannot be set when disabled is true.
|