We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78188af commit f8f3637Copy full SHA for f8f3637
1 file changed
src/controller/cmd/controller/main.go
@@ -28,7 +28,7 @@ func main() {
28
logrus.Fatalf("Failed to get watch namespace: %v", err)
29
}
30
31
- kind = os.Getenv("WATCH_KIND")
+ kind := os.Getenv("WATCH_KIND")
32
33
if len(kind) == 0 {
34
logrus.Fatalf("WATCH_KIND not set")
0 commit comments