Skip to content

Commit 8f30f58

Browse files
update schema
1 parent 09d1e57 commit 8f30f58

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

charts/sourcebot/values.schema.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,23 @@
6262
"license": {
6363
"type": "object"
6464
},
65-
"envSecrets": {
66-
"type": "array"
65+
"additionalEnvSecrets": {
66+
"type": "array",
67+
"items": {
68+
"type": "object",
69+
"additionalProperties": false,
70+
"properties": {
71+
"envName": {
72+
"type": "string"
73+
},
74+
"secretName": {
75+
"type": "string"
76+
},
77+
"secretKey": {
78+
"type": "string"
79+
}
80+
}
81+
}
6782
},
6883
"additionalEnv": {
6984
"type": "array"

0 commit comments

Comments
 (0)