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
frontend: specify databaseAuth consistently first in env (#554)
In all places we include the databaseAuth we add it first in the env
list, except for the frontend pod. This updates it to be consistently
first.
Context: For multitenant deployments we want to override the DB user the
frontend uses to connect such that it is different to the migrator. This
allows us to do that.
0 commit comments