canonical / grafana-k8s-operator

This charmed operator automates the operational procedures of running Grafana, an open-source visualization toolkit, on Kubernetes.
https://charmhub.io/grafana-k8s
Apache License 2.0
6 stars 23 forks source link

configure database path #314

Closed Abuelodelanada closed 3 months ago

Abuelodelanada commented 3 months ago

Issue

This PR fixes #313

Solution

We add a new config that stores the sqlite3 database in the PVC.

Testing Instructions