David Hiebert

Results 5 comments of David Hiebert

Omitting build_counter attempts to reset to 0. On Wed, Jul 15, 2020, 2:01 PM Carlos Vitor Barros wrote: > Hi @davidhiebert , what is the > configuration you're using? >...

`operator_station_rtc` was an artifact from my initial resource definition, and has been changed to build_config, as I'm not using for_each on multiple resources. Reduced to just the one element for...

Another resource in the for_each loop after a single build produces this abbreviated output during a `terraform apply` (following a TeamCity build of that build_config): ``` # teamcity_build_config.build_config["dash"] will be...

Ran into this issue when deploying via Flux. The fix was to disable `--wait` behavior for `install` and `upgrade` actions. Maybe try your helm install without `--wait`?

@LukaGiorgadze I think you misread my comment. My recommendation is to do the helm install WITHOUT the `--wait`. That was per a [comment](https://github.com/fluxcd/flux2/discussions/1085#discussioncomment-473271) on a Flux git issue. While I'm...