Skip to content

Commit

Permalink
Adjust json schema
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Starr <[email protected]>
  • Loading branch information
Racer159 committed Aug 7, 2024
1 parent 2e84f2e commit a2f7ddf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/fulcio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"gcp_private_ca_parent": {
"type": "string"
},
"cloud_credential_config": {
"type": "string"
},
"grpcPort": {
"type": "integer"
},
Expand Down Expand Up @@ -466,6 +469,10 @@
},
"type": "object"
},
"env": {
"type": "object",
"properties": {}
},
"serviceAccount": {
"properties": {
"annotations": {
Expand Down

0 comments on commit a2f7ddf

Please sign in to comment.