Can listen to Minio buckets creation / update

This commit is contained in:
2023-05-06 09:35:18 +02:00
parent 4b7748bfbf
commit 547cc02800
5 changed files with 36 additions and 2 deletions

View File

@ -22,4 +22,4 @@ metadata:
spec:
instance: my-minio-instance
name: first-bucket
secret: bucket-secret
secret: first-bucket-secret

9
test/second-bucket.yaml Normal file
View File

@ -0,0 +1,9 @@
---
apiVersion: "communiquons.org/v1"
kind: MinioBucket
metadata:
name: second-bucket
spec:
instance: my-minio-instance
name: second-bucket
secret: second-bucket-secret