volume and volumemount in Prometheus are not applying?Installed Prometheus-operator using helm chart volume and volumemount in Prometheus are not applying?Installed Prometheus-operator using helm chart kubernetes kubernetes

volume and volumemount in Prometheus are not applying?Installed Prometheus-operator using helm chart


It looks like the volume feature is available since version 8.13.13 of the prometheus operator. Here`s the commit reference:

`prometheus.prometheusSpec.volumes` | Additional Volumes on the output StatefulSet definition. | `[]` |`prometheus.prometheusSpec.volumeMounts` | Additional VolumeMounts on the output StatefulSet definition. | `[]` |

Please update your operator to newer version.