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