Right way to specify podAffinity/nodeSelector for kibana sub-chart from bitnami elasticsearch chart Right way to specify podAffinity/nodeSelector for kibana sub-chart from bitnami elasticsearch chart kubernetes kubernetes

Right way to specify podAffinity/nodeSelector for kibana sub-chart from bitnami elasticsearch chart


  1. Helm has recently introduced functionality to overwrite un-templated values. It is called post rendering and allows you to integrate third party tools like kustomize to overwrite yaml files. An example can be found here.
  2. To overwrite templated values from a sub-chart from the command line, simply prefix them with the name of the sub-chart, so in case of the node affinity setting, this would be: --set kibana.affinity