Skip to content

Commit

Permalink
chore: change label name (opendatahub-io#790)
Browse files Browse the repository at this point in the history
- use a more generaic label than bind to namespace name

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw authored Dec 16, 2023
1 parent f6513ce commit d5ee3ae
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 @@ -270,7 +270,7 @@ func (r *DSCInitializationReconciler) reconcileDefaultNetworkPolicy(ctx context.
{ // need this for access dashboard
NamespaceSelector: &metav1.LabelSelector{
MatchLabels: map[string]string{
"kubernetes.io/metadata.name": "openshift-ingress",
"network.openshift.io/policy-group": "ingress",
},
},
},
Expand Down

0 comments on commit d5ee3ae

Please sign in to comment.