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

Validations for BucketLoggingPVC in case of guaranteed bucket logging #1368

Closed achouhan09 closed 5 months ago

achouhan09 commented 5 months ago

Explain the changes

  1. Added validation checks for BucketLoggingPVC to ensure it is specified for 'guaranteed' logging and has ReadWriteMany (RWX) access. Also, in case of ODF we will create a new PVC if not provided by the user.
aspandey commented 5 months ago

looks good to me.