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 <[email protected]>
This commit is contained in:
Mattias Gees
2024-11-01 13:26:15 +01:00
committed by GitHub
parent 5f5fd6a484
commit 4993b671b5
@@ -307,7 +307,7 @@ plugins:
plugin_data: plugin_data:
bucket_name: {{ .Values.bundlePublisher.gcpCloudStorage.bucketName | quote }} bucket_name: {{ .Values.bundlePublisher.gcpCloudStorage.bucketName | quote }}
object_name: {{ .Values.bundlePublisher.gcpCloudStorage.objectName | quote }} object_name: {{ .Values.bundlePublisher.gcpCloudStorage.objectName | quote }}
format: {{ .Values.bundlePublisher.awsS3.format | quote }} format: {{ .Values.bundlePublisher.gcpCloudStorage.format | quote }}
{{- end }} {{- end }}
{{- end }} {{- end }}