Skip to content

Commit

Permalink
test: fix nodeclaim test for custom labels in userData (#6492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 authored Jul 11, 2024
1 parent 297c0ff commit ab2441d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
- --node-labels='testing/cluster=unspecified,custom-label=custom-value,custom-label2=custom-value2'
- --register-with-taints='karpenter.sh/unregistered:NoExecute'

0 comments on commit ab2441d

Please sign in to comment.