Skip to content

Commit 7eb438d

Browse files
authored
Update integration.go
1 parent 8ea7132 commit 7eb438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/integration/integration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func IsEnabled(ctx context.Context, clientset kubernetes.Interface, namespace st
3838

3939
v, ok := secret.Data[integrationEnabledKey]
4040
if !ok || len(v) == 0 {
41-
return true, nil
41+
return false, nil
4242
}
4343

4444
enabled, _ := strconv.ParseBool(string(v))

0 commit comments

Comments
 (0)