When below config is updated, the dependent resources created must be removed.
- When `externalsecrets.operator.openshift.io.spec.externalSecretsConfig.certManagerConfig` is enabled, operator should remove below resources created for the alternate in-built certcontroller, which otherwise causes conflict and the `external-secrets` will be in degraded condition.
- ClusterRole
- ClusterRoleBinding
- Deployment
- Secret
- ServiceAccount
Acceptance Criteria:
- Relevant e2e's and UT's are added.
- Doc update should be provided to remove the limitation.
- links to