Skip to content

Commit

Permalink
Add operator as mandatory argument
Browse files Browse the repository at this point in the history
  • Loading branch information
amghazanfari authored Apr 28, 2024
1 parent 5d67b16 commit 11d02e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test: ## Run tests
build: generate fmt vet $(BIN_FILENAME) docs-update-usage ## Build manager binary

.PHONY: run
run: export ARGS := $(ARGS) operator
run: export BACKUP_ENABLE_LEADER_ELECTION = $(ENABLE_LEADER_ELECTION)
run: export K8UP_DEBUG = true
run: export BACKUP_OPERATOR_NAMESPACE = default
Expand Down

0 comments on commit 11d02e7

Please sign in to comment.