noobaa / noobaa-operator

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:
https://www.noobaa.io
Apache License 2.0
103 stars 101 forks source link

Question: Do objectbucketclaim can be updated? #1384

Open srekkas opened 4 months ago

srekkas commented 4 months ago

I create bucket claim, maxSize and maxObject limits works. But after objectBucket is created and if objectbucketclaim limits is changed, changes are not reflected to objectbucket.

spec: additionalConfig: maxObjects: '6000' maxSize: 6Gi storageClassName: openshift-storage.noobaa.io