Skip to content

Commit

Permalink
Merge pull request #463 from richardcase/e2e_stack_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase authored Apr 3, 2024
2 parents c4c40b3 + 65a40a4 commit e636aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testenv/eksctl_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func (k *EKSClusterProvider) Create(ctx context.Context) {
k.region,
"--kubeconfig",
tempFile.Name(),
"--tags",
"team=highlander,purpose=e2e",
},
}, createClusterRes)
Expect(createClusterRes.Error).NotTo(HaveOccurred(), "Failed to create cluster using eksctl: %s", createClusterRes.Stderr)
Expand Down

0 comments on commit e636aa3

Please sign in to comment.