IBM / ibm-auditlogging-operator

Operator used to install IBM audit logging service
Apache License 2.0
5 stars 11 forks source link

Remove the `required` field from CSV #21

Closed horis233 closed 4 years ago

horis233 commented 4 years ago

Common services operators don’t need to specify spec.customresourcedefinitions.required in their CSV.

In the Q1 release, there is no dependency management from ODLM, all the required operators need to be added into OperandRequest instance.

In the Q2 release, operators will use OperandRequest to manage their own dependencies.

https://github.com/IBM/ibm-auditlogging-operator/blob/master/deploy/olm-catalog/ibm-auditlogging-operator/3.5.0/ibm-auditlogging-operator.v3.5.0.clusterserviceversion.yaml#L53

znhafeez commented 4 years ago

addressed issue in PR: https://github.com/IBM/ibm-auditlogging-operator/pull/23