Skip to content

Commit b354970

Browse files
w
1 parent c738b60 commit b354970

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Run helm lint
3535
run: helm lint charts/sourcebot/ -f charts/sourcebot/values.lint.yaml
3636

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+
3741
- name: Validate helm-docs
3842
run: |
3943
helm-docs charts/sourcebot/
@@ -43,8 +47,3 @@ jobs:
4347
git diff
4448
exit 1
4549
fi
46-
47-
- name: Validate schema against values
48-
run: |
49-
helm template test charts/sourcebot/ -f charts/sourcebot/values.yaml
50-

0 commit comments

Comments
 (0)