We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c738b60 commit b354970Copy full SHA for b354970
1 file changed
.github/workflows/validate.yaml
@@ -34,6 +34,10 @@ jobs:
34
- name: Run helm lint
35
run: helm lint charts/sourcebot/ -f charts/sourcebot/values.lint.yaml
36
37
+ - name: Validate schema against values
38
+ run: |
39
+ helm template test charts/sourcebot/ -f charts/sourcebot/values.yaml -f charts/sourcebot/values.lint.yaml
40
+
41
- name: Validate helm-docs
42
run: |
43
helm-docs charts/sourcebot/
@@ -43,8 +47,3 @@ jobs:
47
git diff
44
48
exit 1
45
49
fi
46
-
- - name: Validate schema against values
- run: |
- helm template test charts/sourcebot/ -f charts/sourcebot/values.yaml
50
0 commit comments