diff --git a/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml b/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml index 3a9d64b10f1a..823507540587 100644 --- a/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml +++ b/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml @@ -10,6 +10,8 @@ spec: config: clusterDNS: - 10.0.100.10 + registerWithTaints: + - key: karpenter.sh/unregistered + effect: NoExecute flags: - --node-labels="testing/cluster=unspecified,custom-label=custom-value,custom-label2=custom-value2" - - --register-with-taints="karpenter.sh/unregistered:NoExecute" \ No newline at end of file