Alessandro De Maria

Results 38 issues of Alessandro De Maria

**Describe the bug/feature** When loading a module from path using `module_from_path`, extra steps are necessary to load the module ``` kubernetes, spec = module_from_path("components/generators/kubernetes") sys.modules[spec.name] = kubernetes spec.loader.exec_module(kubernetes) ``` This...

enhancement
Stale

**Describe the bug/feature** When using kadet with the json output, the resulting file is not sorted. This is inconsistent with the yaml output version. For instance the following: ``` obj.root.b...

enhancement
Stale

Kapitan errors while compiling HELM charts Steps to reproduce the behavior: 1. Configure a helm chart 2. run `kapitan compile` ```kapitan compile -t poc01-istio Helm binding is not available. Run...

bug

**Describe the bug/feature** When changing the ref type from "plain" to "gkms", running compile fails with the following error: ``` synwcpoffmbp812:kapitan-reference ademaria$ ./kapitan compile -t examples Unknown (Non-Kapitan) Error occurred...

bug
Stale

**Describe the bug/feature** At the moment, when using the following inventory configuration: ``` kapitan: compile: - input_type: copy input_paths: - resources/state/${target_name}/.terraform.lock.hcl output_path: terraform/ ``` kapitan crashes if the input path...

Stale

**Describe the bug/feature** Multiple calls to inventory() fetch the incorrect inventory ``` inv = inventory() inv = inventory() inv = inventory() ``` will fetch an incorrect inventory (as in, for...

bug
Stale

**Describe the feature** It would be great if Kapitan was able to leverage inventories created for ansible. Ansible at the moment has a lot of inventories already available (see https://docs.ansible.com/ansible/2.6/plugins/inventory.html...

feature
Stale

Fixes issue #491 ## Proposed Changes * check that the generated content is a dictionary for JSON to be valid, the content of `output_obj` needs to be: ``` { "key":...

cla: yes

**Describe the bug/feature** Kapitan crashes while handling a jsonnet file that would produce an empty file Possibly related to https://github.com/deepmind/kapitan/issues/443 although ti fails on something else. **To Reproduce** Steps to...

bug
Stale

**Describe the bug/feature** NOTE: Offline chat with team decided that the above behaviour is acceptable. Reporting for posterity. With the `jsonnet` output, so we have 2 ways to generate files:...

easy
user_feedback_wanted
Stale