Skip to content

Commit a2f7ddf

Browse files
committed
Adjust json schema
Signed-off-by: Wayne Starr <[email protected]>
1 parent 2e84f2e commit a2f7ddf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/fulcio/values.schema.json

+7
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@
189189
"gcp_private_ca_parent": {
190190
"type": "string"
191191
},
192+
"cloud_credential_config": {
193+
"type": "string"
194+
},
192195
"grpcPort": {
193196
"type": "integer"
194197
},
@@ -466,6 +469,10 @@
466469
},
467470
"type": "object"
468471
},
472+
"env": {
473+
"type": "object",
474+
"properties": {}
475+
},
469476
"serviceAccount": {
470477
"properties": {
471478
"annotations": {

0 commit comments

Comments
 (0)