Skip to content

Commit

Permalink
fix: incorrect cli param in end2end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastreml committed Jan 11, 2024
1 parent b684ae0 commit 052bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--set extraArgs.loaderType=file \
--set extraArgs.loaderFilePath=/runconfig/checks.yaml \
--set image.tag=${{ steps.version.outputs.value }} \
--set startupConfig.sparrowName=the-sparrow.com \
--set startupConfig.name=the-sparrow.com \
chart
- name: Check Pods
run: |
Expand Down

0 comments on commit 052bdb6

Please sign in to comment.