georgekaz
georgekaz
> In the mean time, we have a documented workaround [here](https://github.com/drone/drone/pull/3071#issuecomment-786908446). Hi @bradrydzewski . As this isn't merged, I was looking at your suggested workaround, but now that the [jsonnet...
I'm also finding this problem. This worked up til kops 1.19 and stopped at 1.20: ``` kops toolbox template --values
thank you :-) simple enough. A little annoying to have to do it that way but I suppose it's backwards compatible at least. Do you know if this still works?...
I've discovered, the answer is no, it doesn't. This also used to work and no longer does (piping in a decrypted secrets file) ``` sops -d secrets.enc | pv -q...
I get similar: `stat -: no such file or directory`
finding more places this is breaking my scripts. I was using `kops toolbox template` to prepare the EncryptionConfig file but this no longer works (this is the abridged version) ```...
thanks, that's true. I am actually using `--values
Is the reason for this change, to support helm templating functions in the kops cluster templates or something else?
Definitely makes sense to move to a supported version of helm, but from my experience, kops never supported helm templating functions even at helm2, it's only ever supported standard go...