From a3a77341125564193e8d6880e9dff66e3dd9d0ab Mon Sep 17 00:00:00 2001 From: Ludovic Cleroux Date: Fri, 5 Jul 2024 15:04:55 +0200 Subject: [PATCH] ROX-21290: fix rbac (#1935) --- .../templates/recommender-rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleetshard/pkg/central/charts/data/rhacs-vertical-pod-autoscaler/templates/recommender-rbac.yaml b/fleetshard/pkg/central/charts/data/rhacs-vertical-pod-autoscaler/templates/recommender-rbac.yaml index 6d5ea7ece..d04938587 100644 --- a/fleetshard/pkg/central/charts/data/rhacs-vertical-pod-autoscaler/templates/recommender-rbac.yaml +++ b/fleetshard/pkg/central/charts/data/rhacs-vertical-pod-autoscaler/templates/recommender-rbac.yaml @@ -46,7 +46,7 @@ rules: verbs: ["get", "list", "watch"] - apiGroups: ["*"] - resources: ["scale"] + resources: ["*/scale"] verbs: ["get", "watch"] - apiGroups: [""]