diff --git a/charts/fulcio/values.schema.json b/charts/fulcio/values.schema.json index f2957120..0c8f75c4 100644 --- a/charts/fulcio/values.schema.json +++ b/charts/fulcio/values.schema.json @@ -189,6 +189,9 @@ "gcp_private_ca_parent": { "type": "string" }, + "cloud_credential_config": { + "type": "string" + }, "grpcPort": { "type": "integer" }, @@ -466,6 +469,10 @@ }, "type": "object" }, + "env": { + "type": "object", + "properties": {} + }, "serviceAccount": { "properties": { "annotations": {