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 432c702 commit af021b4Copy full SHA for af021b4
.github/workflows/validate.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: helm dependency update charts/sourcebot/
33
34
- name: Run helm lint
35
- run: helm lint charts/sourcebot/
+ run: helm lint charts/sourcebot/ -f charts/sourcebot/values.lint.yaml
36
37
- name: Validate helm-docs
38
run: |
charts/sourcebot/values.lint.yaml
@@ -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
10
11
0 commit comments