Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bug with helm command



Hi.

I found this bug the other day and I managed to reproduced both in
Linux-Manjaro last version and last version of MacOS.

Using helm, when trying to access an array *"--set-string
array[0].image.tag=test"*, I get this error:
*"zsh: no matches found: --set-string array[0].image.tag=test"* but
if I run the same command from bash, it works as expected.

Full command used:
*"zsh -f helm upgrade -i --namespace dev -f values.yaml --set-string
array[0].image.tag=test deployment ."*

I cannot provide more details from my configuration files, but just running
the command above with helm installed should show you the problem. From
bash, if you don't have the correct files when you try to run the command,
you should see: *"Error: open values.yaml: no such file or directory"*
instead of the error that I'm currently seeing.

Thanks


Messages sorted by: Reverse Date, Date, Thread, Author