Skip to content

Commit b9849a0

Browse files
committed
changes from master to control-plane
1 parent 56a463f commit b9849a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ spec:
460460
dnsPolicy: ClusterFirstWithHostNet
461461
hostNetwork: true
462462
nodeSelector:
463-
node-role.kubernetes.io/master: ""
463+
node-role.kubernetes.io/control-plane: ""
464464
priorityClassName: system-cluster-critical
465465
serviceAccountName: windows-machine-config-operator
466466
terminationGracePeriodSeconds: 10

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
serviceAccountName: windows-machine-config-operator
6464
terminationGracePeriodSeconds: 10
6565
nodeSelector:
66-
node-role.kubernetes.io/master: ""
66+
node-role.kubernetes.io/control-plane: ""
6767
tolerations:
6868
- key: "node-role.kubernetes.io/master"
6969
operator: "Exists"

0 commit comments

Comments
 (0)