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 3a8b257 commit b57b9d4Copy full SHA for b57b9d4
1 file changed
main.go
@@ -159,7 +159,7 @@ func main() {
159
// We don't support metrics for AutoRunnerScaleSet for now
160
metricsAddr = "0"
161
162
- managerNamespace := os.Getenv("CONTROLLER_MANAGER_POD_NAMESPACE")
+ managerNamespace = os.Getenv("CONTROLLER_MANAGER_POD_NAMESPACE")
163
if managerNamespace == "" {
164
log.Error(err, "unable to obtain manager pod namespace")
165
os.Exit(1)
0 commit comments