This PR adds support on the web deployment to define extra volumes and mount points from values.yaml, in many cases you need to add extra files from a custom configmap for example to set a new or custom nginx.config file, or when using this helm chart as a dependency and needs to add extra volumes for a custom configuration but you don't need to edit the deployment.
What this PR does / why we need it:
This PR adds support on the web deployment to define extra volumes and mount points from
values.yaml
, in many cases you need to add extra files from a custom configmap for example to set a new or custom nginx.config file, or when using this helm chart as a dependency and needs to add extra volumes for a custom configuration but you don't need to edit the deployment.