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:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user