Add charmcraft.yaml debug_mode to charmed-osm
[osm/devops.git] / installers / charm / mysqld-exporter / src / charm.py
index adbb519..a351d2b 100755 (executable)
@@ -144,7 +144,7 @@ class MysqlExporterCharm(CharmedOsmBase):
         if self.unit.is_leader():
             self.dashboard_target.publish_info(
                 name="osm-mysql",
-                dashboard=Path("files/mysql_exporter_dashboard.json").read_text(),
+                dashboard=Path("templates/mysql_exporter_dashboard.json").read_text(),
             )
 
     def _check_missing_dependencies(self, config: ConfigModel):