Skip to content

Commit 748a72d

Browse files
committed
add stdout output for chart testing to confirm pod health
1 parent 0215b6b commit 748a72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: helm/kind-action@v1.12.0
4141
- name: Run chart-testing (install)
4242
if: steps.list-changed.outputs.changed == 'true'
43-
run: ct install --target-branch ${{ github.event.repository.default_branch }}
43+
run: ct install --target-branch ${{ github.event.repository.default_branch }} --set "EF_OUTPUT_STDOUT_ENABLE=true"

0 commit comments

Comments
 (0)