helm-chart icon indicating copy to clipboard operation
helm-chart copied to clipboard

Do not suggest to potentially use builtin echo

Open andreaspe opened this issue 7 years ago • 1 comments

From man(1) echo on MacOS: Some shells may provide a builtin echo command which is similar or identical to this utility. Most notably, the builtin echo in sh(1) does not accept the -n option.

Following the setup instructions of the chart it's quite hard to spot if builtin echo is used which is why it might be better to use absolute path.

andreaspe avatar Mar 16 '18 10:03 andreaspe

I can confirm what @andreaspe added here.

Once I started switching to bash, it worked as intended. Before, it basically send a base64 encoded value prefixed with -n to my k8s cluster.

till avatar Oct 31 '18 14:10 till