Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit db91598

Browse files
authored
fix(chart): remove duplicate annotation (SeleniumHQ#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.
1 parent 8541c53 commit db91598

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

charts/selenium-grid/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,12 +1176,6 @@ customLabels: {}
11761176
keda:
11771177
additionalAnnotations:
11781178
"helm.sh/hook": pre-install
1179-
podAnnotations:
1180-
keda:
1181-
"helm.sh/hook": pre-install
1182-
crds:
1183-
additionalAnnotations:
1184-
"helm.sh/hook": pre-install
11851179
http:
11861180
timeout: 60000
11871181
webhooks:

0 commit comments

Comments
 (0)