From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DATE_IN_PAST_12_24, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id a9adf2ed for ; Fri, 7 Jun 2019 03:14:09 +0000 (UTC) Received: (qmail 9318 invoked by alias); 7 Jun 2019 03:13:58 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44407 Received: (qmail 11893 invoked by uid 1010); 7 Jun 2019 03:13:58 -0000 X-Qmail-Scanner-Diagnostics: from mail-pf1-f180.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25468. spamassassin: 3.4.2. Clear:RC:0(209.85.210.180):SA:0(-0.8/5.0):. Processed in 2.62007 secs); 07 Jun 2019 03:13:58 -0000 X-Envelope-From: pedro.geadas@weareblueorange.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.180 as permitted sender) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=d4M19l8oHgy5Kw6g+WB5avNf9xSdNbCUP1MLR+M/SF0=; b=rjyt9d3YPqry6KxilhlQrpd6bZMbgSwR8QSqwkz/WBG+SXRKlCSHWUDAlJQJqd7ecg 2N6tSdKVRWJepg0qnpMcMJad/kCugYZr7ptRmG9HPlYxLUmAqeedjM0Z48rcIJw6dhDB AOxn6rRFvkLeN2Vekb/gcm8/va3BhVcCp7c61oY1h7vC5HPJQpJ8GwEpG7ew4YlmdLEQ cZuqoHsk+Cr878B2fz3Xj6aLtFo8P84I8aDN1mmD7yj98EbwKBC6jaNVbKatd4UE7UAc f3d/ouzL90cbIfOYD/ND9twdYS4uVOHBK4yutawaP1Zq2tA/68Jf9YeGVw/f+/PW/AzV ou1w== X-Gm-Message-State: APjAAAWh93ZAlwjji7GioTrw4TbpMnG2YdAN2sJJix3fyGF9ZkHIYpXV nVGnv8IriYPQ89nZU+4+G20vMNaf418NQKuWwmMfqFTS2vK/JzpW X-Google-Smtp-Source: APXvYqzVaDlMXhuYPbe87oO92EOfIkb24jBjYmR7lSMBHPM62/bfbQcCJ7Q0NZanKlyvxvjKM/aud6hSg4/3bvIpcr4= X-Received: by 2002:aca:5e87:: with SMTP id s129mr12045298oib.95.1559822729752; Thu, 06 Jun 2019 05:05:29 -0700 (PDT) MIME-Version: 1.0 From: Pedro Geadas Date: Thu, 6 Jun 2019 14:05:19 +0200 Message-ID: Subject: Bug with helm command To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="000000000000b843fb058aa68737" --000000000000b843fb058aa68737 Content-Type: text/plain; charset="UTF-8" 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 --000000000000b843fb058aa68737--