From b3889168f4f56bd4c1bae7dfcbc0b43968e8ee8e Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Mon, 6 Mar 2023 16:45:57 -0600 Subject: [PATCH] porch: enable packagevariant and packagevariantset controllers (#3859) --- porch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porch/Makefile b/porch/Makefile index a07d32cd13..6437bc41f1 100644 --- a/porch/Makefile +++ b/porch/Makefile @@ -51,7 +51,7 @@ TEST_GIT_SERVER_IMAGE ?= test-git-server # RECONCILERS=* to enable all known reconcilers. ALL_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,rootsyncdeployments,functiondiscovery,packagevariants,packagevariantsets,rootsyncrollouts" ifndef RECONCILERS - ENABLED_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,functiondiscovery" + ENABLED_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,functiondiscovery,packagevariants,packagevariantsets" else ifeq ($(RECONCILERS),*) ENABLED_RECONCILERS=${ALL_RECONCILERS}