From 4993b671b535f8486cbe75fd0ce215cfed84b3c2 Mon Sep 17 00:00:00 2001 From: Mattias Gees Date: Fri, 1 Nov 2024 12:26:15 +0000 Subject: [PATCH] Fix GCS Bundle endpoint format variable (#491) The GCS Bundle endpoint configuration was pointing to the S3 Format variable instead of the GCS one. Signed-off-by: Mattias Gees --- charts/spire/charts/spire-server/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spire/charts/spire-server/templates/configmap.yaml b/charts/spire/charts/spire-server/templates/configmap.yaml index f365cec..6f25daf 100644 --- a/charts/spire/charts/spire-server/templates/configmap.yaml +++ b/charts/spire/charts/spire-server/templates/configmap.yaml @@ -307,7 +307,7 @@ plugins: plugin_data: bucket_name: {{ .Values.bundlePublisher.gcpCloudStorage.bucketName | quote }} object_name: {{ .Values.bundlePublisher.gcpCloudStorage.objectName | quote }} - format: {{ .Values.bundlePublisher.awsS3.format | quote }} + format: {{ .Values.bundlePublisher.gcpCloudStorage.format | quote }} {{- end }} {{- end }}