Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 3311087

Browse files
committed
Fix small bugs
1 parent 7bffc3f commit 3311087

File tree

1 file changed

+1
-0
lines changed
  • pkg/controller/nginxingresscontroller

1 file changed

+1
-0
lines changed

pkg/controller/nginxingresscontroller/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func remove(list []string, s string) []string {
139139
}
140140

141141
func VerifySCCAPIExists() (bool, error) {
142+
return false, nil // FIXME
142143
cfg, err := config.GetConfig()
143144
if err != nil {
144145
return false, err

0 commit comments

Comments
 (0)