Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jul 14, 2023
1 parent fccaa87 commit 3e9b0a6
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[replicatedIntegrationEnabledKey]
if !ok {
if !ok || len(v) == 0 {
return true, nil
}

Expand Down

0 comments on commit 3e9b0a6

Please sign in to comment.