Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 5, 2023
1 parent d6fecdd commit c0b9a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tinkerbell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ func TestTinkerbellKubernetes128BottlerocketWorkerNodeGroupsTaintsAndLabels(t *t
framework.WithCustomTinkerbellMachineConfig(nodeGroupLabel2),
),
framework.WithClusterFiller(
api.WithKubernetesVersion(v1alpha1.TestDockerKubernetes128AWSIamAuth),
api.WithKubernetesVersion(v1alpha1.Kube128),
api.WithControlPlaneLabel(cpKey1, cpVal1),
api.WithControlPlaneTaints([]corev1.Taint{framework.NoScheduleTaint()}),
api.RemoveAllWorkerNodeGroups(), // This gives us a blank slate
Expand Down

0 comments on commit c0b9a27

Please sign in to comment.