Skip to content

Commit

Permalink
fix: rebase from d46a2fe
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw authored and openshift-merge-bot[bot] committed Oct 18, 2024
1 parent 9f5922f commit 2b9610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/dscinitialization/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (r *DSCInitializationReconciler) reconcileDefaultNetworkPolicy(ctx context.
// Get operator namepsace
operatorNs, err := cluster.GetOperatorNamespace()
if err != nil {
log.Error(err, "error getting operator namespace for networkplicy creation")
r.Log.Error(err, "error getting operator namespace for networkplicy creation")
return err
}
// Deploy networkpolicy for operator namespace
Expand Down

0 comments on commit 2b9610c

Please sign in to comment.