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
Feature request:
add an option to pass custom values file for helm, for example:
--helm-values-file custom.yaml
Right now using --helm-extra-args unfortunately is also passed to helm test command so adding --values custom.yaml ends with error because it renders helm test .... --values custom.yaml which returns error because -values is unknown option for helm test.
This means that --helm-extra-args is actually limited to common helm parameters.
kpucynski, chgl, pdk27, stefan-caraiman, koponkin and 21 moresmlx