Skip to content

Commit

Permalink
Same for --no-taints
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Dec 2, 2024
1 parent cb326f2 commit fdf5787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/k0sctl.k0sproject.io/v1beta1/cluster/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (h *Host) K0sInstallFlags() (Flags, error) {
case "controller+worker":
flags.AddUnlessExist("--enable-worker=true")
if h.NoTaints {
flags.AddUnlessExist("--no-taints")
flags.AddUnlessExist("--no-taints=true")
}
case "single":
flags.AddUnlessExist("--single=true")
Expand Down

0 comments on commit fdf5787

Please sign in to comment.