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
Our attempt to use a relative path for config.js was unsuccessful - see #2454
The only viable alternative at this stage is to edit this line in index.html when installign metacatui:
varappConfigPath="/config/config.js";
Since this file is also used for non-k8s deployments, we can't add go templating.
We already have an initContainer defined in deployment.yaml, so it should be pretty straightforward to add code there in order to inser the root path before the beginning of the appConfigPath shown above.
The text was updated successfully, but these errors were encountered:
Our attempt to use a relative path for
config.js
was unsuccessful - see #2454The only viable alternative at this stage is to edit this line in
index.html
when installign metacatui:Since this file is also used for non-k8s deployments, we can't add go templating.
We already have an
initContainer
defined indeployment.yaml
, so it should be pretty straightforward to add code there in order to inser the root path before the beginning of theappConfigPath
shown above.The text was updated successfully, but these errors were encountered: