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
Great that nexus chart offers declarative configuration, but currently the configure.sh script only runs at startup, which means the pod gets restarted each change. Would be better to use a sidecar container. This will watch for changes to the configmap and run the script on-the-fly without downtime. I can create PR if\when I get the chance.
Cheers.
The text was updated successfully, but these errors were encountered:
@holmesb thanks for thinking about this. A sidecar is one option I've considered but I think my preferred option is to move the config out into a job. It should be possible to remove the shared filesystem requirement by starting with a known default password and working from there. I'd be happy to accept a PR, I was waiting for cleanups to be supported in the API which doesn't seem to have progressed at all.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
Great that nexus chart offers declarative configuration, but currently the configure.sh script only runs at startup, which means the pod gets restarted each change. Would be better to use a sidecar container. This will watch for changes to the configmap and run the script on-the-fly without downtime. I can create PR if\when I get the chance.
Cheers.
The text was updated successfully, but these errors were encountered: