You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given that we can have a tree of values.yaml files and we can template them to bind parameters from secret URLs in vault or local files #4328 - we want to be super careful not to populate the local values.yaml file in git with either redundant content from a sub directory's values.yaml file or much much worse - with secret values.
So lets make sure that jx step env apply defaults to creating a temporary directory and copying the source for the helm directory into the temp dir and building and applying charts from there.
This also avoids issues with cached charts in the charts folders from causing issues as versions of charts change or charts get enabled/disabled without explicitly clearing down the charts folders
The text was updated successfully, but these errors were encountered:
…4384)
* fix: default to use a temporary directory for applying helm charts
fixes#4383
Signed-off-by: James Strachan <james.strachan@gmail.com>
* fix: lets use https for spring boot model
Signed-off-by: James Strachan <james.strachan@gmail.com>
daveconde
pushed a commit
to daveconde/jx
that referenced
this issue
Apr 7, 2020
…enkins-x#4384)
* fix: default to use a temporary directory for applying helm charts
fixesjenkins-x#4383
Signed-off-by: James Strachan <james.strachan@gmail.com>
* fix: lets use https for spring boot model
Signed-off-by: James Strachan <james.strachan@gmail.com>
given that we can have a tree of
values.yaml
files and we can template them to bind parameters from secret URLs in vault or local files #4328 - we want to be super careful not to populate the localvalues.yaml
file in git with either redundant content from a sub directory'svalues.yaml
file or much much worse - with secret values.So lets make sure that
jx step env apply
defaults to creating a temporary directory and copying the source for the helm directory into the temp dir and building and applying charts from there.This also avoids issues with cached charts in the
charts
folders from causing issues as versions of charts change or charts get enabled/disabled without explicitly clearing down thecharts
foldersThe text was updated successfully, but these errors were encountered: