Skip to content

Commit

Permalink
fix(chart): remove duplicate annotation (#2167)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
msvticket authored Mar 14, 2024
1 parent 8541c53 commit db91598
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/selenium-grid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db91598

Please sign in to comment.