We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d1e57 commit 8f30f58Copy full SHA for 8f30f58
1 file changed
charts/sourcebot/values.schema.json
@@ -62,8 +62,23 @@
62
"license": {
63
"type": "object"
64
},
65
- "envSecrets": {
66
- "type": "array"
+ "additionalEnvSecrets": {
+ "type": "array",
67
+ "items": {
68
+ "type": "object",
69
+ "additionalProperties": false,
70
+ "properties": {
71
+ "envName": {
72
+ "type": "string"
73
+ },
74
+ "secretName": {
75
76
77
+ "secretKey": {
78
79
+ }
80
81
82
83
"additionalEnv": {
84
"type": "array"
0 commit comments