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
fix(config): skeleton fallback for read-only config dir
Homepage calls process.exit(1) when it cannot copy a default config into a
read-only config dir (e.g. subPath ConfigMap mounts), causing CrashLoop. It
now warns and continues, and readers use a new getConfigPath() that falls
back to the bundled skeleton. Refs #2172
Signed-off-by: Emanuel Besliu <32497562+emanuelbesliu@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments