Skip to content

Commit 55c5d4c

Browse files
dexhorthydivolgin
authored andcommitted
Update integration.go
1 parent bf14926 commit 55c5d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/integration/integration.go

Lines changed: 1 addition & 1 deletion
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)