Can listen to Minio buckets creation / update
This commit is contained in:
@ -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
9
test/second-bucket.yaml
Normal 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
|
Reference in New Issue
Block a user