Skip to content

Commit b388916

Browse files
authored
porch: enable packagevariant and packagevariantset controllers (#3859)
1 parent 3c9f484 commit b388916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

porch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TEST_GIT_SERVER_IMAGE ?= test-git-server
5151
# RECONCILERS=* to enable all known reconcilers.
5252
ALL_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,rootsyncdeployments,functiondiscovery,packagevariants,packagevariantsets,rootsyncrollouts"
5353
ifndef RECONCILERS
54-
ENABLED_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,functiondiscovery"
54+
ENABLED_RECONCILERS="rootsyncsets,remoterootsyncsets,workloadidentitybindings,functiondiscovery,packagevariants,packagevariantsets"
5555
else
5656
ifeq ($(RECONCILERS),*)
5757
ENABLED_RECONCILERS=${ALL_RECONCILERS}

0 commit comments

Comments
 (0)