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
I'm trying to use skaffold with helm secrets and besides other things it generates a decrypted yaml file to pass to helm, for example to do an upgrade.
Each file under the valuesFilePath will be passed to helm.
I dig into the code, it seems kind of straight forward but I'm not too familiar with go, it seems that the part that needs to be updated will be helm.go#L146, is there a way to set this key to either an string or an array and make it work both ways? if not, should we add a valuesFilePaths to support an array since it'd a breaking change?
The text was updated successfully, but these errors were encountered:
I'm trying to use skaffold with helm secrets and besides other things it generates a decrypted yaml file to pass to helm, for example to do an upgrade.
Actual behavior
Proposed behavior
Each file under the
valuesFilePath
will be passed to helm.I dig into the code, it seems kind of straight forward but I'm not too familiar with go, it seems that the part that needs to be updated will be helm.go#L146, is there a way to set this key to either an string or an array and make it work both ways? if not, should we add a valuesFilePaths to support an array since it'd a breaking change?
The text was updated successfully, but these errors were encountered: