We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b354970 commit 09d1e57Copy full SHA for 09d1e57
.github/workflows/validate.yaml
@@ -34,10 +34,6 @@ 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/
charts/sourcebot/values.schema.json
@@ -6,6 +6,7 @@
6
"properties": {
7
"global": {
8
"type": "object",
9
+ "additionalProperties": false,
10
11
"security": {
12
@@ -25,6 +26,7 @@
25
26
},
27
"sourcebot": {
28
29
30
31
"replicaCount": {
32
"type": "integer",
0 commit comments