Skip to content

Commit dbd368c

Browse files
committed
Adjust json schema
Signed-off-by: Wayne Starr <[email protected]>
1 parent 27c6850 commit dbd368c

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
@@ -186,6 +186,9 @@
186186
"gcp_private_ca_parent": {
187187
"type": "string"
188188
},
189+
"cloud_credential_config": {
190+
"type": "string"
191+
},
189192
"grpcPort": {
190193
"type": "integer"
191194
},
@@ -463,6 +466,10 @@
463466
},
464467
"type": "object"
465468
},
469+
"env": {
470+
"type": "object",
471+
"properties": {}
472+
},
466473
"serviceAccount": {
467474
"properties": {
468475
"annotations": {

0 commit comments

Comments
 (0)