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 b0cfecf commit 92ba682Copy full SHA for 92ba682
.github/workflows/validate-ci.yml
@@ -49,5 +49,8 @@ jobs:
49
- name: Set up chart-testing
50
uses: helm/[email protected]
51
52
+ - name: Run chart-testing (lint)
53
+ run: ct lint --config .github/chart-testing/ct-config.yaml
54
+
55
- name: Validate chart install
- run: ct install --chart-dirs $GITHUB_WORKSPACE --charts charts/couchbase-operator
56
+ run: ct install --chart-dirs $GITHUB_WORKSPACE --config .github/chart-testing/ct-config.yaml --charts charts/couchbase-operator
0 commit comments