Fix runner pod to be cleaned up earlier regardless of the sync period (#1299)
Some checks failed
Lint and Test Charts / Lint Chart (push) Has been cancelled
Some checks failed
Lint and Test Charts / Lint Chart (push) Has been cancelled
Ref #1291
This commit is contained in:
@@ -181,6 +181,9 @@ func (rs *RunnerSpec) ValidateRepository() error {
|
||||
|
||||
// RunnerStatus defines the observed state of Runner
|
||||
type RunnerStatus struct {
|
||||
// Turns true only if the runner pod is ready.
|
||||
// +optional
|
||||
Ready bool `json:"ready"`
|
||||
// +optional
|
||||
Registration RunnerStatusRegistration `json:"registration"`
|
||||
// +optional
|
||||
|
||||
Reference in New Issue
Block a user