Oliver L Schoenborn
Oliver L Schoenborn
Yeah that makes sense. I no longer use registry, much prefer to install charts straight from git repo. So I'll have to pass on that part of the PR, but...
@pierluigilenoci I gave my ok Apr 9 above, and AFAICT no commits since so I don't know what else to do (I do not have approval rights). If you have...
Indeed. Adding maintainers might be the only practical solution. I wonder what it takes to be a maintainer. I would love to but unfortunately I don't have the time. I...
Running the pre-rollback hook of the target helm release is not just counter-intuitive, it is downright incorrect. Seriously, it is a *rollback* from B (source) to A (target), how the...
Ah good to know. I'm sure it's nothing to do with redshift specifically, it was just obvious in that particular case. I suspect it is because the `count` is set...
(I submitted this while logged into github from a business account, now signed in correctly) Yes I noticed that when `terraform validate` does not pass on something that affects count,...
@KyleKotowick if the `maps` list has just one item (ie one map), then `module.defaults.merged` is identical to `local.json_file` (as it should), so there is no error there. Verification, by adding...
Yes that's exactly what I figure.
Sounds good @KyleKotowick, thanks for having a look
@polvoazul > Why not support a "sh" function in variable interpolation, and then the user can run anything he wants? This can already be done with local_exec and introduces issue,...