Hello, hopefully I'm missing something silly. Is t...
# dotnet
r
Hello, hopefully I'm missing something silly. Is there a way to use the
Values
and
ValueYamlFiles
with a locally stored chart using the
Release
resource? I've used those values to successfully overwrite a chart that's stored in a repository but when I try this with a local chart I get
no such file or directory
with an identical path to the file. I want to avoid having to define the whole values file in my code just to overwrite a few values that change per stack. Thanks in advance!