We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b3a6b commit 0a99d08Copy full SHA for 0a99d08
agent/kubviz/scheduler_watch.go
@@ -84,7 +84,7 @@ func (v *KubePreUpgradeJob) CronSpec() string {
84
85
func (j *KubePreUpgradeJob) Run() {
86
// Call the Kubepreupgrade function with the provided config and js
87
- err := GetAllResources(j.config, j.js)
+ err := KubePreUpgradeDetector(j.config, j.js)
88
LogErr(err)
89
}
90
0 commit comments