From a2f7ddf5869f1f16156067c8047b7646160ddc76 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Wed, 24 Jul 2024 13:27:14 -0600 Subject: [PATCH] Adjust json schema Signed-off-by: Wayne Starr --- charts/fulcio/values.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": {