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
This would be useful for including configuration files for example.
How I imagine it working:
The config parameter would be available for upgrade,install and lint commands and could be called something like file_values (needs to be distinguished from values_files).
Should accept a list<string> similar to the other configurable values-parameters.
The text was updated successfully, but these errors were encountered:
cbring
changed the title
Support setting values from files using the --set-file flag
Support setting values from files using the --set-file flag
Jun 2, 2020
The problem I'm trying to solve:
I would like support for the
--set-file
flag already existing in Helm https://helm.sh/docs/helm/helm_upgrade/#options.This would be useful for including configuration files for example.
How I imagine it working:
The config parameter would be available for
upgrade
,install
andlint
commands and could be called something likefile_values
(needs to be distinguished fromvalues_files
).Should accept a
list<string>
similar to the other configurable values-parameters.The text was updated successfully, but these errors were encountered: