-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More info regarding blob store configuration for Nexus #849
Comments
@jmccrumm the README could be updated to show that most of these structures should follow the REST API data structure; but unless something has changed recently this is vary hard to pin down in static linkable documentation. |
@stevehipwell that's fair. It took me a while but I was able to figure out that it correlated with the REST API. I think there may be a bug with Nexus itself when specifying Anyway, I do think the README at least mentioning that the blobStores configuration structure matches that of the REST API docs would be helpful. Thanks for your quick response. |
@jmccrumm I'm happy to take contributions, especially for documentation. I don't personally use this chart anymore even though I keep it well maintained. I'm still waiting, many years later, for cleanup policy support via the API. At that point I plan on refactoring the configuration to API only via a Job instead of the entrypoint script. |
I made a pull request here with a note in |
The nexus3 helm chart README.md states the following information about the key
config.blobStores
: "Blob stores to be configured (seevalues.yaml
for structure)." Referencing the values file as suggested, the only example given is of typefile
. It would be nice if more examples were given, particularly which keys are required to configure ans3
blob store.The text was updated successfully, but these errors were encountered: