Skip to content

Commit

Permalink
porch: enable packagevariant and packagevariantset controllers (#3859)
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 authored Mar 6, 2023
1 parent 3c9f484 commit b388916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b388916

Please sign in to comment.