Skip to content

Commit 09d1e57

Browse files
schema
1 parent b354970 commit 09d1e57

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/validate.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ 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-
4137
- name: Validate helm-docs
4238
run: |
4339
helm-docs charts/sourcebot/

charts/sourcebot/values.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"properties": {
77
"global": {
88
"type": "object",
9+
"additionalProperties": false,
910
"properties": {
1011
"security": {
1112
"type": "object",
@@ -25,6 +26,7 @@
2526
},
2627
"sourcebot": {
2728
"type": "object",
29+
"additionalProperties": false,
2830
"properties": {
2931
"replicaCount": {
3032
"type": "integer",

0 commit comments

Comments
 (0)