Adrian Chifor
Adrian Chifor
The idea here is simple: ``` pip3 install --user kapitan ``` Will just install core kapitan functionality (reclass inventory, jinja2/jsonnet/kadet templates, only ref secrets). ``` pip3 install --user kapitan[gkms] ```...
Thanks for the request. I'll discuss with @ramaro next week and I'll link a PR once we get the ball rolling.
@harsh-98 This is not urgent, relax. It's very common in open-source for multiple people to work on the same issues, it helps raise different points and implementations. In this particular...
Can you resolve the comments/conversations so we know what's left to review?
The way we output sequences is the correct way to do it according to the [latest YAML spec](https://yaml.org/spec/1.2/spec.html#id2759963). We try to keep most outputs in-line with the spec as most...
I have an implementation for this which I will push in the following weeks.
@mithil2311 We are currently using the direct Python library which uses the C++ version of jsonnet. To increase the speed of jsonnet compilation, we need to move to the Go...
I've done a quick investigation on why this might happen and the culprit seems to be https://github.com/deepmind/kapitan/blob/v0.27.0/kapitan/resources.py#L234, called first at https://github.com/deepmind/kapitan/blob/v0.27.0/kapitan/targets.py#L312. Calls of `inventory_reclass()` are cached as it's a pretty...
@feikesteenbergen @mfreed any chance we can merge this? Wouldn't want to have the superuser plaintext passwords in the helm chart, so managing the secrets outside the chart and just referencing...
When I leave a shell and refresh, the dashboard crashes with the following error:  Is this related to the `Some solution to respawn if the user exits the shell...