Skip to content

Commit

Permalink
kind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoeft committed Feb 13, 2024
1 parent 3c6a33f commit cfa3cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Load image into kind cluster
run: |
IMAGE_TAG=$(echo ${{ env.IMAGE_TAG }} | tr -d '\r')
kind load docker-image $ECR_REPO:$IMAGE_TAG
kind load docker-image $ECR_REPO:$IMAGE_TAG -n chart-testing
- name: Inject ECR Repo and Image Tag into Values Files
run: |
Expand Down

0 comments on commit cfa3cf4

Please sign in to comment.