Horst Gutmann

Results 115 comments of Horst Gutmann

Hi 🙂 Sorry for the late reply. I'm not completely sure about how your restricted-environment setup for Tanka differs from your "normal" setup. We also have a clusters with specific...

Perhaps we can even use https://github.com/anchore/quill to not require a MacOS VM.

Hey 🙂 Correct, prune operates exclusively on that label to look for resources which was somehow implicit in the original PR: https://github.com/grafana/tanka/pull/251 . I'm guessing that the main reason for...

I've set some acceptance criteria for the person who will work on this. Are they ok for you? 🙂

How are you loading the YAML data? `std.parseYaml(importstr "dummy.yaml")` seems to work for me 🙂

Will close this for now. If necessary, please reopen/leave a comment 🙂

Hey 🙂 Sorry for the late response! Very curious! So I basically had to rename `trivial-lib-1/aaa/main.jsonnet` to, for instance, `trivial-lib-1/aaa/dummy.libsonnet` for it to work. ``` $ mv vendor/trivial-lib-1/aaa/{main,dummy}.jsonnet ``` `tk...

@strowi Perhaps, although we also have `main.jsonnet` files in nested folders inside `environments/` and don't seem to run into this issue 😐

@kavirajk I think you need to make the change in the `release.ts` file and then run `yarn run build` 🙂