Skip to content

Commit 0a99d08

Browse files
committed
default values
1 parent 91b3a6b commit 0a99d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/kubviz/scheduler_watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (v *KubePreUpgradeJob) CronSpec() string {
8484

8585
func (j *KubePreUpgradeJob) Run() {
8686
// Call the Kubepreupgrade function with the provided config and js
87-
err := GetAllResources(j.config, j.js)
87+
err := KubePreUpgradeDetector(j.config, j.js)
8888
LogErr(err)
8989
}
9090

0 commit comments

Comments
 (0)