Resolve "JMX exporter runs before init containers that prepare the shared volume"
requested to merge 104-jmx-exporter-runs-before-init-containers-that-prepare-the-shared-volume into main
General MR
Summary
JMX exporter runs before init containers that prepare the shared volume. Moving the additionalInitContainers before the JMX exporter should fix the issue.
Relevant logs/screenshots
(Include any relevant logs/screenshots)
Linked Issue
Upgrade Notices
Within chart/templates/statefulset.yaml moved the additionalInitContainers found under initContainers to run before the jmx exporter.
Closes #104 (closed)