diff --git a/charts/fulcio/values.schema.json b/charts/fulcio/values.schema.json index ed951082..712dbba8 100644 --- a/charts/fulcio/values.schema.json +++ b/charts/fulcio/values.schema.json @@ -82,7 +82,6 @@ "grpcSvcPort", "image", "args", - "env", "serviceAccount", "service", "ingress", @@ -285,7 +284,6 @@ "type": "object", "default": {}, "title": "The env Schema", - "required": [], "properties": {}, "examples": [ { diff --git a/charts/fulcio/values.yaml b/charts/fulcio/values.yaml index 306786a7..e957fb38 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -20,9 +20,9 @@ server: # crane digest gcr.io/projectsigstore/fulcio:v1.3.1 # -- v1.3.1 version: sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18 - env: - # Valid values: path to workload identity config or service account key JSON file - GOOGLE_APPLICATION_CREDENTIALS: /etc/fulcio-config/cloud_credentials + # env: + # # Valid values: path to workload identity config or service account key JSON file + # GOOGLE_APPLICATION_CREDENTIALS: /etc/fulcio-config/cloud_credentials args: port: 5555 grpcPort: 5554