Update ResourceBundleState CRD and monitor-deploy.yaml with
csrStatuses.
This was missing from the previous patch implementing CSR support
in Monitor. Depending on how the environment was brought up, attempting
to read the CSR would result in forbidden access.
Issue-ID: MULTICLOUD-1143
Change-Id: I86ffb8df8faa045e57fd553e5784d308e1900ee4
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
               items:
                 type: object
               type: array
+            csrStatuses:
+              items:
+                type: object
+              type: array
           required:
           - ready
           - resourceCount
           - ingressStatuses
           - jobStatuses
           - statefulSetStatuses
+          - csrStatuses
           type: object
   version: v1alpha1
   versions:
   - '*'
   verbs:
   - '*'
+- apiGroups:
+  - certificates.k8s.io
+  resources:
+  - '*'
+  verbs:
+  - '*'
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1
 
               items:
                 type: object
               type: array
+            csrStatuses:
+              items:
+                type: object
+              type: array
           required:
           - ready
           - resourceCount
           - ingressStatuses
           - jobStatuses
           - statefulSetStatuses
+          - csrStatuses
           type: object
   version: v1alpha1
   versions: