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