Skip to content

Commit

Permalink
chore: Add an Subnet Controller to Asynchronously Hydrate Subnet Data (
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored and rschalo committed May 1, 2024
1 parent 932284f commit 20e2de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/integration/tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var _ = Describe("Tags", func() {
nodeInstance := instance.NewInstance(lo.ToPtr(env.GetInstance(node.Name)))
Expect(nodeInstance.Tags).To(HaveKeyWithValue("Name", node.Name))
Expect(nodeInstance.Tags).To(HaveKey("karpenter.sh/nodeclaim"))
Expect(nodeInstance.Tags).To(HaveKeyWithValue("karpenter.k8s.aws/ec2nodeclass", node.Name))
Expect(nodeInstance.Tags).To(HaveKeyWithValue("karpenter.k8s.aws/ec2nodeclass", nodeClass.Name))
})

It("shouldn't overwrite custom Name tags", func() {
Expand Down

0 comments on commit 20e2de1

Please sign in to comment.