Skip to content

Commit b57b9d4

Browse files
authored
更新 main.go
1 parent 3a8b257 commit b57b9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func main() {
159159
// We don't support metrics for AutoRunnerScaleSet for now
160160
metricsAddr = "0"
161161

162-
managerNamespace := os.Getenv("CONTROLLER_MANAGER_POD_NAMESPACE")
162+
managerNamespace = os.Getenv("CONTROLLER_MANAGER_POD_NAMESPACE")
163163
if managerNamespace == "" {
164164
log.Error(err, "unable to obtain manager pod namespace")
165165
os.Exit(1)

0 commit comments

Comments
 (0)