From 6ba55209959636b2f958b2f9892dea6263b1e550 Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Thu, 2 Feb 2023 13:17:29 +0000 Subject: [PATCH] Allow PodDisruptionBudget and HorizontalPodAutoscaler updates (#622) --- config/rbac/role.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 8f8160d6..8bee489d 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -119,6 +119,7 @@ rules: - poddisruptionbudgets verbs: - create + - update - delete - get - list @@ -135,6 +136,7 @@ rules: - horizontalpodautoscalers verbs: - create + - update - delete - get - list