Why is the exporter creating an PVC in kubernetes
Skyhikeeper opened this issue · 2 comments
Skyhikeeper commented
I install the exporter using helm and it creates a 8Gb PVC. nowhere in the values have I configured it to persist to disk.
Terence
SuperQ commented
For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.
jz-wilson commented
I install the exporter using helm and it creates a 8Gb PVC. nowhere in the values have I configured it to persist to disk.
Terence
Hey I saw this same issue, idk if you resolved it yet buy you can add the following values to your helm release:
postgresql:
enabled: false
There is a postgresql dependency in the chart that is not needed for just the exporter.