Description of problem: After the operand is installed successfully, it does not update the status metadata. So the UI can't mark it as Ready. oc get Prometheus example -o yaml apiVersion: monitoring.coreos.com/v1 kind: Prometheus metadata: selfLink: >- /apis/monitoring.coreos.com/v1/namespaces/test-operators/prometheuses/example resourceVersion: '73907' name: example uid: ad4059c3-acb7-4b4f-9e7a-9e8f34b3279f creationTimestamp: '2020-10-03T21:06:09Z' generation: 1 managedFields: - apiVersion: monitoring.coreos.com/v1 fieldsType: FieldsV1 fieldsV1: 'f:metadata': 'f:labels': .: {} 'f:prometheus': {} 'f:spec': .: {} 'f:alerting': .: {} 'f:alertmanagers': {} 'f:replicas': {} 'f:ruleSelector': {} 'f:securityContext': {} 'f:serviceAccountName': {} 'f:serviceMonitorSelector': {} manager: Mozilla operation: Update time: '2020-10-03T21:06:09Z' namespace: test-operators labels: prometheus: k8s spec: alerting: alertmanagers: - name: alertmanager-main namespace: monitoring port: web replicas: 2 ruleSelector: {} securityContext: {} serviceAccountName: prometheus-k8s serviceMonitorSelector: {} Version-Release number of selected component (if applicable): Prometheus 0.37 OCP 4.6 How reproducible: Always Steps to Reproduce: 1. Install the Operator 2. Create a Prometheus CR 3. Check CR yaml after the operand pods are ready Actual results: UI can't mark Prometheus CR objects as Ready Expected results: Prometheus should add it statement in operand objects Additional info: