Skip to content

Commit

Permalink
Fix kind clustername
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jun 27, 2024
1 parent 74123b4 commit c125382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kindIntegTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ jobs:
- name: Load image on the nodes of the cluster
shell: bash
run: |
kind load docker-image --name=kind ${{ steps.load.outputs.operator_img }}
kind load docker-image --name=kind ${{ steps.load.outputs.logger_img }}
kind load docker-image --name=topolvm-example ${{ steps.load.outputs.operator_img }}
kind load docker-image --name=topolvm-example ${{ steps.load.outputs.logger_img }}
- name: Run integration test
shell: bash
run: |
Expand Down

0 comments on commit c125382

Please sign in to comment.