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