Automatically create Minio buckets based on K8S CRD. https://miniok8sbucketsoperator.communiquons.org
Go to file
2023-05-06 13:15:17 +02:00
src Spwan test minio instance 2023-05-06 13:15:17 +02:00
test Automatically create secret for bucket if missing 2023-05-06 11:47:18 +02:00
yaml Read minio instance secret key 2023-05-06 10:58:18 +02:00
.gitignore Create base Rust project 2023-05-05 19:53:17 +02:00
Cargo.lock Spwan test minio instance 2023-05-06 13:15:17 +02:00
Cargo.toml Spwan test minio instance 2023-05-06 13:15:17 +02:00
LICENSE Initial commit 2023-05-03 17:24:19 +00:00
README.md Spwan test minio instance 2023-05-06 13:15:17 +02:00

MinioK8sBuckets

Automatically create Minio buckets based on K8S CRD.

WIP, early project

Apply all K8s config files manually:

cat yaml/*.yaml | kubectl apply -f -

Note : mc tool is required