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 b82190a commit 70c4042Copy full SHA for 70c4042
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
uses: helm/chart-testing-action@v1.0.0-rc.2
35
with:
36
command: lint
37
+ config: ct.yaml
38
39
deploy_chart:
40
name: Test the deployment of the chart
ct.yaml
@@ -3,3 +3,5 @@ remote: origin
3
chart-dirs:
4
- charts
5
helm-extra-args: --timeout 600
6
+chart-repos:
7
+ - bitnami=https://charts.bitnami.com/bitnami
0 commit comments