Aljosha Friemann

Results 8 issues of Aljosha Friemann

currently kubecost recommends a1 instances for most of our clusters - however migrating to those is a bit scary and I would like to see alternative recommendations. would it be...

It would be nice to be able to change directories without removing/adding them. This comes in handy when you have different folders for seeding/leeching and don't want to loose any...

Hey there, first of all thank you for this project. It comes down to a really nice solution overall. Unfortunately I have 2 minor issues with it. ## The notify...

there should be a way to provide patch files to modify existing templates instead of rewriting them entirely

enhancement

missing values like `{{ foo.bar }}` will be missed during validation if `foo` is defined. leaving it undefined only recognizes the top level variable as missing ``` 01_configmaps.yaml.j2: ✗ -...

bug

on a fresh environment when running `k8t gen` without configuring secrets provider this happens: ``` Traceback (most recent call last): File "/nix/store/clp0r685d4ivm5wydqnffzcx68vpvxmc-k8t-0.4.3/bin/.k8t-wrapped", line 9, in sys.exit(main()) File "/nix/store/clp0r685d4ivm5wydqnffzcx68vpvxmc-k8t-0.4.3/lib/python3.7/site-packages/k8t/cli.py", line 284,...

bug

the config.yaml is optional and should not be required ``` ❯ k8t gen -e production no such environment: production ```

bug

currently exceptions when templating are mostly swallowed while still showing up as error, we should return a non-zero exit code when failures occur during templating.