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
UPDATE
The issue is generated by relative paths configured on config.yaml. As helm chart changes the root dir, relative paths get changed too. If you set absolute paths, it works great!
# path to a directory with all packages
storage: /verdaccio/storage
# path to a directory with plugins to include
plugins: /verdaccio/plugins
After deploying the chart correctly, when I try to fetch some package, log shows this error. It cannot retrieve the requested package.
I think the error is here. It is making the entire folder read-only, when it should be only the
config.yaml
file.charts/charts/verdaccio/templates/deployment.yaml
Lines 76 to 78 in 24d1a2a
This is the entire deployment yaml
The text was updated successfully, but these errors were encountered: