Skip to content

Commit

Permalink
make sure operator deployment rollout is complete before continue the…
Browse files Browse the repository at this point in the history
… test

Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Jul 5, 2024
1 parent 228b776 commit 2aee621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ function install_operator() {
try kubectl -n minio-operator set image deployment/console console="$TAG"
try kubectl -n minio-operator set env deployment/minio-operator OPERATOR_SIDECAR_IMAGE="$SIDECAR_TAG"

try kubectl -n minio-operator rollout status deployment/minio-operator

echo "key, value for pod selector in kustomize test"
key=name
value=minio-operator
Expand Down

0 comments on commit 2aee621

Please sign in to comment.