Skip to content

Commit

Permalink
patch: tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Jan 25, 2025
1 parent 033050e commit df422c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion internal/controller/clusteraddon_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ var _ = Describe("ClusterAddon Controller", func() {
Name: resourceName,
Namespace: "default",
},
// TODO(user): Specify other spec details if needed.
Spec: managev1.ClusterAddonSpec{
Addons: []managev1.Addon{
{
Name: "stack",
Version: nil,
},
},
},
}
Expect(k8sClient.Create(ctx, resource)).To(Succeed())
}
Expand Down

0 comments on commit df422c9

Please sign in to comment.