We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8713fba commit 350439bCopy full SHA for 350439b
internal/dao/cronjob.go
@@ -81,6 +81,7 @@ func (c *CronJob) Run(path string) error {
81
APIVersion: c.gvr.GV().String(),
82
Kind: "CronJob",
83
BlockOwnerDeletion: &true,
84
+ Controller: &true,
85
Name: cj.Name,
86
UID: cj.UID,
87
},
0 commit comments