spacelift workerpool v0.0.41

WorkerPool.spec.pod.volumes.emptyDir.sizeLimit.spec.driftDetectionRunLimits

DriftDetectionRunLimit configures limits for drift detection runs executed on this worker pool.

2 fields
WorkerPool.spec.pod.volumes.emptyDir.sizeLimit.spec.driftDetectionRunLimits fields and descriptions
Field / TypeDescription
disabled
boolean

Disabled indicates whether drift detection runs are disabled for this worker pool. When true, maxRuns must not be set.

  • default: false
maxRuns
integer

MaxRuns specifies the maximum number of drift detection runs allowed. Cannot be set when disabled is true.

  • format: int32
  • minimum: 0