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
102 stars 99 forks source link

Fix provider env var panic #1402

Closed bernerhat closed 1 month ago

bernerhat commented 2 months ago

Explain the changes

  1. moved the check for the env var to the appropriate location
  2. changed env var location in yaml file and made it optional

Issues: Fixed #xxx / Gap #xxx

  1. https://bugzilla.redhat.com/show_bug.cgi?id=2301889
  2. change introduced as part of epic were causing clusters deployed in provider mode to fail deployment, operator crashed while trying to change env var value which was not found.

Testing Instructions: