Skip to content

Commit

Permalink
Update integration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy authored Jan 27, 2024
1 parent 8ea7132 commit 7eb438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func IsEnabled(ctx context.Context, clientset kubernetes.Interface, namespace st

v, ok := secret.Data[integrationEnabledKey]
if !ok || len(v) == 0 {
return true, nil
return false, nil
}

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

0 comments on commit 7eb438d

Please sign in to comment.