We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3044d commit de59237Copy full SHA for de59237
1 file changed
charts/fulcio/values.schema.json
@@ -189,6 +189,9 @@
189
"gcp_private_ca_parent": {
190
"type": "string"
191
},
192
+ "cloud_credential_config": {
193
+ "type": "string"
194
+ },
195
"grpcPort": {
196
"type": "integer"
197
@@ -466,6 +469,10 @@
466
469
467
470
"type": "object"
468
471
472
+ "env": {
473
+ "type": "object",
474
+ "properties": {}
475
476
"serviceAccount": {
477
"properties": {
478
"annotations": {
0 commit comments