Max Williams
Max Williams
The metric would be incredibly valuable! For example to know: - Seconds until pod is scheduled - Seconds until pod is `Ready`
@mumoshu we have a bunch of helmfile templates in a directory that we want to render without listing them by name. Currently we have this (it's simplified): ```yaml {{- $helmfiles...
Ah nice, we switched to this: ```yaml helmfiles: {{ range $index, $filename := readDir "templates" }} ... ``` Much nicer 🎉
I think we could close this no? `readDir` and `readFile` can be used in place of Helm `.File` functions.
OK I don't know if this is the right approach, perhaps there's an easier way of doing this with autoplanning? Anyway, I wrote some short python that writes the `atlantis.yaml`...
Thanks for the reply @lkysow > You could use a custom default workflow via server-side config that intelligently figures out the arguments depending on which directory is being modified How...
Sorry, I mean how can my script know what files are modified in the PR? Like `when_modified`. Is this provided from Atlantis? It's not in that list of env vars....
Also hitting this issue in later versions of helmfile, it slows everything down a lot. I will use the `--skip-deps` option but would be nice to have a more elegant...
/remove-lifecycle stale
I know I can kind of achieve it with `?? - Edge(penwidth="0") - ??` but this is a pain with lots of objects.