Skip to content

Commit

Permalink
Merge pull request k8up-io#962 from amghazanfari/master
Browse files Browse the repository at this point in the history
bug: Add operator as mandatory argument
  • Loading branch information
Kidswiss committed Apr 30, 2024
2 parents 5d67b16 + 51b7fd7 commit 5ab0be4
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 5ab0be4

Please sign in to comment.