From 7d9ec72961704beb3c143825543d5493dccc8fb3 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Wed, 14 Aug 2024 09:27:35 +0300 Subject: [PATCH 1/2] fix: delete collector workload with previous labels --- charts/odigos/templates/autoscaler/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/odigos/templates/autoscaler/role.yaml b/charts/odigos/templates/autoscaler/role.yaml index 27c104d..01f87b6 100644 --- a/charts/odigos/templates/autoscaler/role.yaml +++ b/charts/odigos/templates/autoscaler/role.yaml @@ -25,6 +25,7 @@ rules: verbs: - create - delete + - deletecollection - get - list - patch From 0e96e3313ebcaddb40688078f748d2f281ebe6e5 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Wed, 14 Aug 2024 10:56:40 +0300 Subject: [PATCH 2/2] fix: delete collection services --- charts/odigos/templates/autoscaler/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/odigos/templates/autoscaler/role.yaml b/charts/odigos/templates/autoscaler/role.yaml index 01f87b6..c8f8648 100644 --- a/charts/odigos/templates/autoscaler/role.yaml +++ b/charts/odigos/templates/autoscaler/role.yaml @@ -12,6 +12,7 @@ rules: verbs: - create - delete + - deletecollection - get - list - patch