diff --git a/controllers/blueprint_controller_test.go b/controllers/blueprint_controller_test.go index c68a4a02..8e7949b5 100644 --- a/controllers/blueprint_controller_test.go +++ b/controllers/blueprint_controller_test.go @@ -71,6 +71,7 @@ var _ = Describe("Blueprint controller", Ordered, Serial, func() { helmAddon = v1alpha1.AddonSpec{ Name: addonName, Namespace: addonNamespace, + Enabled: true, Kind: "chart", Chart: &v1alpha1.ChartInfo{ Name: "nginx",