jkrzemin

Results 10 issues of jkrzemin

**Describe the bug/feature** Nested lists seems to break compile step. **To Reproduce** Steps to reproduce the behavior: kadet component ```python from kapitan.inputs import kadet inv = kadet.inventory() name = "other_component"...

bug
Stale

**Describe the bug/feature** In some cases, there is a need to use syntax similar to reclass reference interpolation - i.e. bash scripts in config maps. Reclass supports this feature with...

Stale

Let's add to documentation and/or required components to integrate kapitan with FluxCD

documentation
Stale

Let's add to documentation and/or required components to integrate kapitan with ArgoCD

documentation
Stale

**Describe the bug/feature** In couple of ways, kapitan is loading up python code directly from file (i.e. components, lib). We could extend this feature with an ability to load and...

feature
Stale

**Describe the bug/feature** Option to ask kapitan to provide information on what part of compile process took how much time. Possibly - with measurements for each compile step. Proposed output...

enhancement
performance
Stale

Is there a chance to support mentioned authentication method for the Azure Blob Storage driver? This could improve the security of the setup and make managing cloud resources with IaC...

module [core]
enhancement

I'm trying to compile to static binary https://github.com/kapicorp/kapitan. Dynamic build works fine, but when trying to make a static binary I just can't work around this error: ``` musl-clang -fno-strict-aliasing...

Using kwargs to update root on kadet input right now can lead to quite a frustrating and a bit misleading error ``` yaml.representer.RepresenterError: ('cannot represent an object', {'name': 'http-api', 'port':...

Currently the only method of setting one space as a child of other via terraform is to use an attribute `parent_space_id`. This makes it impossible to reference the resource in...