diff --git a/charts/deployment-operator/templates/rbac.yaml b/charts/deployment-operator/templates/rbac.yaml index 832d3998..840277b1 100644 --- a/charts/deployment-operator/templates/rbac.yaml +++ b/charts/deployment-operator/templates/rbac.yaml @@ -16,7 +16,7 @@ kind: ClusterRole metadata: name: plrl-console-reader rules: -- apiGroups: ["*"] +- apiGroups: ["", "*"] resources: ["*"] verbs: ["get", "list"] - apiGroups: [""]