Skip to content

Commit

Permalink
fix burrow Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Jun 12, 2024
1 parent 5546e89 commit 0aa7178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burrow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RELEASE = $$(basename $$PWD)

.PHONY: install
install:
helm install --wait sample-kafka oci://registry-1.docker.io/bitnamicharts/kafka
helm upgrade -i --wait sample-kafka oci://registry-1.docker.io/bitnamicharts/kafka --version 20.1.1
helm upgrade -i --wait --set readinessProbe.enable=false --set livenessProbe.enable=false $(RELEASE) .

.PHONY: lint
Expand Down

0 comments on commit 0aa7178

Please sign in to comment.