fluxcd / flux2-monitoring-example

Prometheus monitoring for the Flux control plane
https://fluxcd.io/flux/monitoring/
Apache License 2.0
52 stars 145 forks source link

Use ConfigMapGenerator for KSM values #4

Closed darkowlzz closed 1 year ago

darkowlzz commented 1 year ago

Move the KSM values to a separate file to make it easy to change KSM config without affecting the other values. Use ConfigMapGenerator to put these values in a ConfigMap and refer to it in HelmRelease as valuesFrom ConfigMap.