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 27c6850 commit dbd368cCopy full SHA for dbd368c
1 file changed
charts/fulcio/values.schema.json
@@ -186,6 +186,9 @@
186
"gcp_private_ca_parent": {
187
"type": "string"
188
},
189
+ "cloud_credential_config": {
190
+ "type": "string"
191
+ },
192
"grpcPort": {
193
"type": "integer"
194
@@ -463,6 +466,10 @@
463
466
464
467
"type": "object"
465
468
469
+ "env": {
470
+ "type": "object",
471
+ "properties": {}
472
473
"serviceAccount": {
474
"properties": {
475
"annotations": {
0 commit comments