Zadkiel AHARONIAN

Results 242 comments of Zadkiel AHARONIAN

@cconnert can you update OP with the updated lua script and re-add the `return hs` at the end? Thank you!

Here's a library that implements a walk that follow symbolic links but avoid visiting directories more than once. https://github.com/edwardrf/symwalk Any chance this pattern gets integrated into terragrunt?

Please have a look to https://github.com/gruntwork-io/terragrunt/pull/3101

Here's my use case, the platform team offers a nginx ingress controller with a company-branded default-backend and handles 500 errors by default. Some apps may want to overwrite this behavior...

There's an open pull request that address this issue. /assign

@longwuyuan We're delivering a kubernetes service with some mutualized bricks like the ingresses. In our default configuration, we define `custom-http-errors` configmap value to `502, 503`. Some of our users need...

@strongjz I added a basic e2e test, let me know if it's sufficient or not, if not, what you think is a good scenario for this test. Thank you