Open
Description
Is your feature request related to a problem ?
I previously installed https://github.com/prometheus-operator/kube-prometheus via yaml. Now I want to use helm to install kube-prometheus-stack. In order to avoid data migration, how can I overwrite the name of the prometheus instance without modifying the helm source file? In other words, how can I ensure that the new pvc name is the same as the previous one?
Describe the solution you'd like.
ensure that the new pvc name is the same as the previous one
Describe alternatives you've considered.
Add similar configuration to prometheusOperator.fullnameOverride
Additional context.
No response