Lee Briggs
Lee Briggs
If anyone else comes across this, I rectified this by simply adding `TRUSTED_PROXIES=*` to the environment variables on startup.
I attempted to switch the `NODE_ENV` variable to `development` and still didn't get decent logging output from fargate.
We have built an operator that creates statefulset resources, and there's a spec value for `Downscale`. The actual downscale timings are set on the downscaler configuration (so cluster wide, rather...
this is also very frustrating to me, I'm finding myself having to build in cleans to different makefiles to get around it
Thanks for the thoughtful answer! Couple of things: > I see `helm template` is [directly invoked](https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/nodejs/helm.ts#L157) by pulumi. We have so far explicitly excluded executing commands because they can do...
Ah makes, sense
Actually going to reopen this - it seems you can rectify this doing something like this: https://github.com/gohugoio/hugo/blob/master/goreleaser-extended.yml Is this something you'd consider, if it works?
Holy hell, what an amazing answer! thank you so much!
It would be awesome if you could update the answer to be a more generic function, like for example if I have the following: ``` ingress: publicHosts: - foo.example.com internalHosts:...
we use two different ingress classes, one for external and one for internal addresses. So what I want to be able to do is have a generic function that takes...