We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad341a commit a67717bCopy full SHA for a67717b
1 file changed
internal/controller/deco_controller.go
@@ -267,7 +267,6 @@ func (r *DecoReconciler) createJob(ctx context.Context, deco *decositesv1alpha1.
267
return nil
268
}
269
270
-
271
func buildPhaseFromJob(job *batchv1.Job) string {
272
for _, c := range job.Status.Conditions {
273
if c.Status != corev1.ConditionTrue {
0 commit comments