From 1bf88de4d79c1da758d7eb3b2bd103db7d6c159c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at> Date: Tue, 8 Aug 2023 13:15:15 +0200 Subject: [PATCH] Update permissions for upgraded Kubernetes API --- helm/templates/theodolite/role.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml index 8ef55e856..5b329cdb6 100644 --- a/helm/templates/theodolite/role.yaml +++ b/helm/templates/theodolite/role.yaml @@ -11,6 +11,7 @@ rules: - statefulsets verbs: - delete + - deletecollection - list - get - create @@ -24,6 +25,7 @@ rules: verbs: - update - delete + - deletecollection - list - get - create @@ -42,6 +44,7 @@ rules: verbs: - update - delete + - deletecollection - list - create - get @@ -51,6 +54,7 @@ rules: - kafkatopics verbs: - delete + - deletecollection - list - get - create @@ -83,6 +87,7 @@ rules: - get - create - update + - patch - apiGroups: - "" resources: -- GitLab