Erik Rasmussen

Results 11 comments of Erik Rasmussen

Maybe I'm dumb and didn't RTFD, but this is required for both installation methods, correct? When running through the docs for the pulumi installation method, it wasn't immediately clear the...

Hi! I think I'm encountering the same issue. Here [is a workflow run](https://github.com/UnstoppableMango/unstoppablemango.io/actions/runs/4889536505/jobs/8728141406) where this occurred, and here [is a tag on the commit](https://github.com/UnstoppableMango/unstoppablemango.io/tree/pulumi-action-255-repro) that had a failure. My pulumi...

My issue appeared to be related to the nodejs version somehow. I downgraded to LTS 18.16.0 and the error went away. Sorry for bothering this thread!

This has been quite annoying, I've been running some [gnarly `sed` commands](https://github.com/UnstoppableMango/the-cluster/blob/32af872475d7605bc939d11c3f74f5cfcc549f7b/lib/crds/gen/sdks.sh) to get around it. The regex @Oyelowo provided is a nice improvement, but still would be good to...

This is about par for the course with my experience working in Azure. Hit a snag following a tutorial in the docs, google the issue, find numerous multi-year old bug...

Hilariously bicep has a not-too-hacky solution for this using modules. I wonder if the pulumi automation API could be used to implement a similar workaround in the interim? It would...

I completely forgot the certificate mounting portion... be right back!

Ok, I've updated with the ability to mount certificates from either secrets or config maps. I went with CLI options to provide a more opinionated out-of-the-box configuration, but perhaps its...