Skip to content

Commit

Permalink
Fix GCS Bundle endpoint format variable (#491)
Browse files Browse the repository at this point in the history
The GCS Bundle endpoint configuration was pointing to the S3 Format variable instead of the GCS one.

Signed-off-by: Mattias Gees <[email protected]>
  • Loading branch information
MattiasGees authored Nov 1, 2024
1 parent 5f5fd6a commit 4993b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spire/charts/spire-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 4993b67

Please sign in to comment.