Hi guys. I have a question about `helm_deployment`...
# general
l
Hi guys. I have a question about
helm_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?
c
cc @witty-family-13337 in case you know? 🙂
w
by common chart do you mean that you will have a single chart and then a few
help_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