Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with helm command
- X-seq: zsh-workers 44407
- From: Pedro Geadas <pedro.geadas@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Bug with helm command
- Date: Thu, 6 Jun 2019 14:05:19 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weareblueorange-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=d4M19l8oHgy5Kw6g+WB5avNf9xSdNbCUP1MLR+M/SF0=; b=ZHOacL/R8i0m5uP/bYRal5cz6kZpcYA4J4o2I/PbPHIs2gremcTw5gmzJVkhd6nDSI n2iltNaMzXH4gF1avmqFFZLVk0LdxIH8o4ToynfVHqY2sz6/gmbbgDcp2XxFe+9oR8bp 4TZX1YewSZqq1PcuMJGCwBgDtHf3kFWI4IcXSgPBb/7iYt8bsdRJJLDdOrW81GESc9UF 5XCwqKWEvHiDMYRfTl4t6BLpAWlN9PPdkrxppbnuYx+PsjFUkp9r0nNt07XqTjhpMFiQ jeQT4+JTG5ZJB7fR/OuLtkRK2DSstBCaFMC2hgwqmGUXMCRWayGYGYhLWGuarnBmHN1/ JsVg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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