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 Jul 29, 2024
1 parent 253149e commit 674cab3
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 @@ -186,6 +186,9 @@
"gcp_private_ca_parent": {
"type": "string"
},
"cloud_credential_config": {
"type": "string"
},
"grpcPort": {
"type": "integer"
},
Expand Down Expand Up @@ -463,6 +466,10 @@
},
"type": "object"
},
"env": {
"type": "object",
"properties": {}
},
"serviceAccount": {
"properties": {
"annotations": {
Expand Down

0 comments on commit 674cab3

Please sign in to comment.