Skip to content

Commit

Permalink
fix: address breaking change, update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 committed May 6, 2024
1 parent 3b10cca commit bbb4d31
Show file tree
Hide file tree
Showing 6 changed files with 1,181 additions and 1,578 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

export PATH := $(abspath bin/):${PATH}

# Target image name
IMG ?= ghcr.io/bank-vaults/vault-operator:dev

Expand Down Expand Up @@ -168,7 +170,7 @@ uninstall: gen-manifests ## Uninstall CRDs from the K8s cluster

.PHONY: deploy
deploy: gen-manifests ## Deploy resources to the K8s cluster
cd deploy/manager && $(KUSTOMIZE_BIN) edit set image controller=${IMG}
cd deploy/manager && $(PWD)/$(KUSTOMIZE_BIN) edit set image controller=${IMG}
$(KUSTOMIZE_BIN) build deploy/default | kubectl apply -f -

.PHONY: undeploy
Expand Down
Loading

0 comments on commit bbb4d31

Please sign in to comment.