From ab2441d4b7bae92fee8ff50a8a5f1a4f327e2a2b Mon Sep 17 00:00:00 2001 From: Jigisha Patil <89548848+jigisha620@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:45:58 -0700 Subject: [PATCH] test: fix nodeclaim test for custom labels in userData (#6492) --- .../testdata/al2023_userdata_custom_labels_input.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..41034abd0bcf 100644 --- a/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml +++ b/test/suites/nodeclaim/testdata/al2023_userdata_custom_labels_input.yaml @@ -11,5 +11,5 @@ spec: clusterDNS: - 10.0.100.10 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 + - --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