From db9159801c087b75031fb5ecacd368fdae54f3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Thu, 14 Mar 2024 05:21:44 +0100 Subject: [PATCH] fix(chart): remove duplicate annotation (#2167) The additionalAnnotations value is used on all keda resources. So specifying it on keda and crds makes the annotation duplicated. In my case that means that the resources doens't go through our validation step so the chart doesn't work. --- charts/selenium-grid/values.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/selenium-grid/values.yaml b/charts/selenium-grid/values.yaml index cb9ccf59e..e6a68c47c 100644 --- a/charts/selenium-grid/values.yaml +++ b/charts/selenium-grid/values.yaml @@ -1176,12 +1176,6 @@ customLabels: {} keda: additionalAnnotations: "helm.sh/hook": pre-install - podAnnotations: - keda: - "helm.sh/hook": pre-install - crds: - additionalAnnotations: - "helm.sh/hook": pre-install http: timeout: 60000 webhooks: