astrolabsoftware / fink-broker

Astronomy Broker based on Apache Spark
https://fink-broker.org
Apache License 2.0
68 stars 13 forks source link

Create bucket using Minio CRDs #842

Closed fjammes closed 1 month ago

fjammes commented 4 months ago

Describe the issue

The S3 bucket used during CI is created using finkctl.

Expected behaviour

A minio_bucket.yaml CR would ease maintanability when creating bucket: https://min.io/docs/minio/kubernetes/upstream/reference/operator-crd.html

Actual behaviour

finkctl brings complexity.

fjammes commented 1 month ago

Done in #828