Andreas Sommer

Results 26 comments of Andreas Sommer

What about the failed test? ``` --- FAIL: TestAccResourceRelease_repository (0.19s) testing.go:568: Step 0 error: errors during plan: Error: failed to get chart metadata (malformed chart?): Non-absolute URLs should be in...

Any input why the test would fail?

Same for `https://kubernetesjsonschema.dev/v1.14.9-standalone-strict/cronjob-batch-v1beta1.json` which was committed a month ago at https://github.com/instrumenta/kubernetes-json-schema/blob/master/v1.14.9-standalone-strict/cronjob-batch-v1beta1.json

The error is clear enough: the state is empty. And it doesn't make sense to use `terraform-inventory` on empty state, right? If people have a different opinion, we could change...

Understood now. Let me put this in a reproducible example: ``` $ rm -rf /tmp/example && mkdir /tmp/example && cd /tmp/example $ cat >main.tf

Remote state works fine for me using HEAD (commit https://github.com/adammck/terraform-inventory/commit/260af322ebe37c186c6368c9384e812678b85654; tested via S3). @adammck could you please tag a release so that the latest features and fixes can flow into...

Thunk actions are asynchronous and therefore you won't immediately see the expected result in the state, but with a small delay. You might try a CallableThunkAction and then `await MyCallableThunkAction().call(store)`...

Indeed I'd ask my above _production example_ to be treated as fine. `failureThreshold: 3` in the readiness probe makes the pod become passive if no traffic can be received right...

Yes @greenmaid, that's exactly the main use case. So @zegl any concerns around that?

I have the same problem with other built-in functions like normalize, length, dot, etc. Using Mac OS X 10.8 and the "builtincompiler" executable as compiled with Xcode.