Skip to content

Commit af021b4

Browse files
Add lint file
1 parent 432c702 commit af021b4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: helm dependency update charts/sourcebot/
3333

3434
- name: Run helm lint
35-
run: helm lint charts/sourcebot/
35+
run: helm lint charts/sourcebot/ -f charts/sourcebot/values.lint.yaml
3636

3737
- name: Validate helm-docs
3838
run: |

charts/sourcebot/values.lint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file is used to validate the Chart and sets some values for required fields. It is not used for deployment.
2+
# Example usage: `helm lint charts/sourcebot/ --values charts/sourcebot/values.lint.yaml`
3+
4+
postgresql:
5+
auth:
6+
password: "lintPassword"
7+
8+
redis:
9+
auth:
10+
password: "lintPassword"
11+

0 commit comments

Comments
 (0)