UNCLASSIFIED - NO CUI

Skip to content

Resolve "JMX exporter runs before init containers that prepare the shared volume"

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

issue

Upgrade Notices

Within chart/templates/statefulset.yaml moved the additionalInitContainers found under initContainers to run before the jmx exporter.

Closes #104 (closed)

Merge request reports