loud-airline-28571
07/26/2024, 11:22 AMhelm_deployment
. I would like to use a common chart in my /src/helm directory with some default values.yaml inside the same folder. In some other place I use helm_deployment and want to reference one local values-override.yaml file and also the default one from the common's chart folder. Is this possible without make the common chart as a dependency to the local one?curved-television-6568
07/26/2024, 12:01 PMwitty-family-13337
07/26/2024, 2:12 PMhelp_deployment
targets that reference it? If that is the case, the chart's values.yaml
doesn't need to be (and shouldn't be) referenced in the helm_deployment
as that is the default values for the chart and is always included. You need to reference your value overrides file in helm_deployment