Skip to content

Commit

Permalink
don't explicitly load db image to kind, allow it to pull it on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 2, 2023
1 parent 14354c0 commit 25fa8f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smoketest/k8s/smoketest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ while [ "$#" -ne 0 ]; do
cleanKind
kind create cluster
kind load docker-image "quay.io/${IMAGE_REPOSITORY}/cryostat3:dev"
kind load docker-image "quay.io/${IMAGE_REPOSITORY}/cryostat-db:latest"
;;
unkind)
cleanKind
Expand Down

0 comments on commit 25fa8f2

Please sign in to comment.