From ec4e6c64ba4aeca56b42ca4cd58391f467bd725e Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 13 Aug 2023 16:59:03 +0200 Subject: [PATCH] Fix permissions. --- deploy/vmop-role.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/vmop-role.yaml b/deploy/vmop-role.yaml index 6915ec4..e1ea85b 100644 --- a/deploy/vmop-role.yaml +++ b/deploy/vmop-role.yaml @@ -11,12 +11,17 @@ rules: - vms verbs: - '*' +- apiGroups: + - apps + resources: + - statefulsets + verbs: + - '*' - apiGroups: - "" resources: - configmaps - secrets - - statefulsets - services verbs: - '*'