Skip to content

Commit

Permalink
wip: fixing Makefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Feb 29, 2024
1 parent 0af206e commit 1b17cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deploy: ## Deploy the application.
.PHONY: release
release: ## Release the application.
@mkdir -p $(DIST_DIR)
$(GO_KO) resolve -f $(BASE_DIR)/config/ -l 'typhoon.zeissß.com/crd-install' > $(DIST_DIR)/typhoon-crds.yaml
$(GO_KO) resolve -f $(BASE_DIR)/config/ -l 'typhoon.zeiss.com/crd-install' > $(DIST_DIR)/typhoon-crds.yaml
@cp config/namespace/100-namespace.yaml $(DIST_DIR)/typhoon.yaml
@cp $(DIST_DIR)/*.yaml $(BASE_DIR)/charts/typhoon/crds

Expand Down

0 comments on commit 1b17cc8

Please sign in to comment.