Travis Glenn Hansen
Travis Glenn Hansen
Anything per second comes entirely from the integration using in memory comparisons from the previous/current values and based on the interval. Usually those show up as unavailable when the integration...
Ugh. Are the zone files present in the jail?
It’s going to take me a bit to get to the bottom of this one :( I’m afk until the 23rd and then it will take some debugging to see...
Welcome! argocd plugins execute in 2 phases, an `init` phase and a `generate` phase. The repo side of it *should* be dealt with here: https://github.com/travisghansen/argo-cd-helmfile/blob/master/src/argo-cd-helmfile.sh#L353
If any command in the plugin fails the script will exit. So the behavior actually makes sense because the custom init script is executed just before the helmfile repos command.
Can you send over the application yaml and the version of the plugin currently in use? The only thing I can think of at the moment is there some logic...
Set `DEBUG=1` env var for the sidecar or in the app and it will spew a bunch out but it can be hard to find.
I do define the repos in my set of helmfiles. Something is clearly strange in your scenario. Maybe you can exec into the plugin container and try to execute the...
Can you send over the app definition so I can see what you have set?
Yes! Thanks for pointing this out and great find! I'll get it cleaned up with something more appropriate.