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 f404367 commit 4ff3465Copy full SHA for 4ff3465
.github/workflows/helm_test.yml
@@ -46,8 +46,9 @@ jobs:
46
- name: Run chart-testing (lint)
47
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
48
49
- - name: Create kind cluster
50
- uses: helm/kind-action@v1.4.0
+ # Currently error in name resolution
+ # - name: Create kind cluster
51
+ # uses: helm/kind-action@v1.4.0
52
- - name: Run chart-testing (install)
53
- run: ct install --all
+ # - name: Run chart-testing (install)
54
+ # run: ct install --all
0 commit comments