Skip to content

Commit

Permalink
fix(makefile): clean up docker-compose.
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Pegoraro <luiz.pegoraro@encora.com>
  • Loading branch information
lpegoraro committed Feb 12, 2023
1 parent 03a5e15 commit 0ba14f9
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 @@ -164,7 +164,7 @@ kind-create-all: kind-create-cluster kind-install-orb
kind-upgrade-all: kind-load-images kind-upgrade-orb

kind-create-cluster:
kind create cluster --image kindest/node:v1.23.0 --config=./kind/config.yaml
kind create cluster --image kindest/node:v1.22.15 --config=./kind/config.yaml

kind-delete-cluster:
kind delete cluster
Expand Down

0 comments on commit 0ba14f9

Please sign in to comment.