Best way to patch HelmRelease sub-charts using Kustomization #2744
-
Hoping someone can point me the right direction. I have a HelmRelease chart which has sub charts inside to do multiple deployments for the same container. I need to do some patching to add tolerations/taints to each sub service (servicea, serviceb, servicec, serviced etc). Is there a documented or recommended way to do this without defining an individual patch for each sub service.
If not (from my googling I am at a blank), is there any form of support for patch paths supporting any form of regex/wildcard/list/array of paths for example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After playing around for a little while, I am guessing my easiest option would be to add a postRenderer to the HelmChart using patch to add the changes to the deployment chart. But love to get other thoughts. |
Beta Was this translation helpful? Give feedback.
After playing around for a little while, I am guessing my easiest option would be to add a postRenderer to the HelmChart using patch to add the changes to the deployment chart. But love to get other thoughts.