OpenNMS / helm-charts

The objective of this project is to serve as a reference to implement OpenNMS running in Kubernetes, deployed via Helm.
Other
0 stars 2 forks source link

NMS-16317: Minion Container: Add way to overlay config files #56

Closed mershad-manesh closed 7 months ago

mershad-manesh commented 8 months ago

Expanding the Minion helm chart by adding a configmap that places files under /minion-etc-overlay folder

Example: $ cd minion $ echo "Hello World" > etc/hello.txt

Limitations:

mmahacek commented 8 months ago

Once this is tested, minion/README.md should be updated to include a note about adding the overlay directory.