Skip to content

Commit

Permalink
WIP: install: Make resource_ctrl false
Browse files Browse the repository at this point in the history
Given that peer pod controllers are installed through the operator now
set the Makefile to stop this being default

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Apr 18, 2024
1 parent 78300f0 commit c7c48d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SOURCES := $(shell find $(SOURCEDIRS) -name '*.go' -print)
# End-to-end tests overall run timeout.
TEST_E2E_TIMEOUT ?= 60m

RESOURCE_CTRL ?= true
RESOURCE_CTRL ?= false
YQ_CHECKSUM_${ARCH} ?= $(YQ_CHECKSUM)
# BUILTIN_CLOUD_PROVIDERS is used for binary build -- what providers are built in the binaries.
ifeq ($(RELEASE_BUILD),true)
Expand Down

0 comments on commit c7c48d6

Please sign in to comment.