We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0215b6b commit 748a72dCopy full SHA for 748a72d
1 file changed
.github/workflows/helm_checks.yml
@@ -40,4 +40,4 @@ jobs:
40
uses: helm/kind-action@v1.12.0
41
- name: Run chart-testing (install)
42
if: steps.list-changed.outputs.changed == 'true'
43
- run: ct install --target-branch ${{ github.event.repository.default_branch }}
+ run: ct install --target-branch ${{ github.event.repository.default_branch }} --set "EF_OUTPUT_STDOUT_ENABLE=true"
0 commit comments