Extract single place to set up indexers (#3454)

This commit is contained in:
Nikola Jokic
2024-05-17 14:42:46 +02:00
committed by GitHub
parent 9b51f25800
commit fa7a4f584e
9 changed files with 82 additions and 70 deletions

View File

@@ -239,6 +239,10 @@ func main() {
}
if autoScalingRunnerSetOnly {
if err := actionsgithubcom.SetupIndexers(mgr); err != nil {
log.Error(err, "unable to setup indexers")
os.Exit(1)
}
managerImage := os.Getenv("CONTROLLER_MANAGER_CONTAINER_IMAGE")
if managerImage == "" {
log.Error(err, "unable to obtain listener image")