You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Coder in Kubernetes via the Helm chart, what is the preferred way to bootstrap the deployment with an initial user?
I see the initial user API call, but i'm wondering if there's an undocumented standard way of doing this (check for initial user, if not there then create it). I'm trying to avoid manually creating an initial user each time i deploy Coder from scratch.
I don't see a way this can be specified via environment variables via the coder server command.