Sviatoslav Dumchenko
Sviatoslav Dumchenko
My bad, I haven't check if it is possible to do this via GitLab API. There is no support in API right now https://gitlab.com/gitlab-org/gitlab/-/issues/344520
@bxscif in case you don't have time for this - I can do this
It's not yet in [go-gitlab](https://github.com/xanzy/go-gitlab/issues/1511). So it's kinda blocked right now
```go type hookBody struct { script string show_output bool } type hook struct { pre []hookBody post []hookBody } type Hooks struct { Rollback hook Uninstall hook Pending string Apply...
Right now we use `helm get manifest` to get current release manifests. And it doesn't reflect any changes made as it just returns previously applied manifests (stored in secret) We...
I think moving delimeters (as well as all other template settings) cannot be set on release level due to possible confusion. There are a lot of things that are templated:...
Helmwave uses `helm upgrade --dry-run` and `helm install --dry-run` for generating manifests. Could you please provide an example helmwave.yml that renders incorrectly?
@zhilyaev are we going to release it?
I've tried to do trick with `helm upgrade --dry-run --reuse-values` - it doesn't do much. Works like current code I've also checked what does helm-diff do - https://github.com/databus23/helm-diff/blob/c5d10a3e91f4ac3882eec23b7b35871eaeb9e895/cmd/upgrade.go#L243 Long story...
@samavasi you can try to use it with the new experimental `--3-way-merge` flag (or `HELMWAVE_DIFF_3_WAY_MERGE` envvar). But it may output a lot of generated fields (like uid, timestamps, etc.)