Grafana Installation (Permissions Issue)

Hello,

I am trying to deploy Grafana using helm chart in the onprem Kubernetes cluster. But we are getting read-only access what might be the issue. How to fix this. we are using static persistent volume claim for it.

Error → chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Read-only file system
chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Resource temporarily unavailable
chown: /var/lib/grafana/.snapshot: Read-only file system

hello @vallabhanenisai1999
whats type access modes do you using in your PVC? can you show your volume, pvc and deploy file?