diff --git a/chart/openfaas/templates/operator-rbac.yaml b/chart/openfaas/templates/operator-rbac.yaml index cdf98ea5e..9159063f5 100644 --- a/chart/openfaas/templates/operator-rbac.yaml +++ b/chart/openfaas/templates/operator-rbac.yaml @@ -185,9 +185,6 @@ rules: - apiGroups: ["iam.openfaas.com"] resources: ["policies", "jwtissuers"] verbs: ["get", "list", "watch"] - - apiGroups: ["openfaas.com"] - resources: ["profiles"] - verbs: ["get", "list", "watch"] - apiGroups: [""] resources: ["services"] verbs: ["get", "list", "watch", "create", "delete", "update"]