Skip to content

Commit

Permalink
Fix multi e2e test image load
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Dec 20, 2023
1 parent 0ba137a commit ca22448
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 @@ -286,7 +286,7 @@ kind-load-image:

kind-load-image-multi:
for ((i = 0; i < $(NUM_CLUSTERS); ++i)); do \
kind load docker-image --name k8ssandra-$$i ${IMG}; \
kind load docker-image --name k8ssandra-$$i cr.k8ssandra.io/${IMG}; \
done

##@ Deployment
Expand Down

0 comments on commit ca22448

Please sign in to comment.