diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 369c782..ff1ab30 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -30,3 +30,9 @@ rules: - get - patch - update +- apiGroups: [""] + resources: ["services"] + verbs: ["create", "delete", "get", "list", "watch"] +- apiGroups: ["apps"] + resources: ["statefulsets"] + verbs: ["create", "delete", "get", "list", "watch"]