-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
Strategic Product Work
-
5
-
False
-
None
-
False
-
OCPSTRAT-548 - Cert-Manager GA
-
-
-
CFE Sprint 229, CFE Sprint 230
Currently the operator replaces args given under `UnsupportedConfigOverrides` with those present on the deployment. This needs to be updated such that the args are sorted and then a union is performed. We should still be able to override default values (Important).
Acceptance Criteria
- Create instance of https://github.com/openshift/cert-manager-operator/blob/master/deploy/examples/cluster-cert-manager-with-overrides.yaml
- Add e2e test for a happy flow using unsupported config overrides. (maybe as currently there is a limitation due to https://github.com/openshift/cert-manager-operator/blob/master/pkg/controller/deployment/default_cert_manager_controller.go)
- Unit tests updated
- Docs updated
Reference PR of current issue: https://github.com/openshift/cert-manager-operator/pull/68