mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
fix: missing permissions
This commit is contained in:
@@ -26,7 +26,7 @@ rules:
|
|||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get", "list", "watch"]
|
||||||
- apiGroups: ["*"]
|
- apiGroups: ["*"]
|
||||||
resources: ["*"]
|
resources: ["*"]
|
||||||
verbs: ["get", "watch", "list", "patch"]
|
verbs: ["get", "watch", "list", "patch", "create", "update", "replace"]
|
||||||
- apiGroups: ["apiextensions.k8s.io"]
|
- apiGroups: ["apiextensions.k8s.io"]
|
||||||
resources: ["customresourcedefinitions"]
|
resources: ["customresourcedefinitions"]
|
||||||
verbs: ["get", "create", "update", "replace", "patch"]
|
verbs: ["get", "create", "update", "replace", "patch"]
|
||||||
|
|||||||
Reference in New Issue
Block a user