Skip to content

Commit 10ae1ec

Browse files
Suse-KevinKlingerKevin Klinger
andauthored
FIX: misspelled taint in manifest (#121)
Co-authored-by: Kevin Klinger <[email protected]>
1 parent 2af0967 commit 10ae1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/system-upgrade-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
- key: "node-role.kubernetes.io/master"
6666
operator: "Exists"
6767
effect: "NoSchedule"
68-
- key: "node-role.kubernetes.io/control-plane"
68+
- key: "node-role.kubernetes.io/controlplane"
6969
operator: "Exists"
7070
effect: "NoSchedule"
7171
- key: "node-role.kubernetes.io/etcd"

0 commit comments

Comments
 (0)