-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
My case was installing helm-diff to an alpine container without bash.
I go the error from the subject.
As far as I understand this is because of this shebang https://github.com/databus23/helm-diff/blob/master/install-binary.sh#L1
Should we use /usr/bin/env sh instead of bash?