develop
diff --git a/heka/files/output/dashboard.toml b/heka/files/output/dashboard.toml
index 154a6f1..82ed8c2 100644
--- a/heka/files/output/dashboard.toml
+++ b/heka/files/output/dashboard.toml
@@ -1,4 +1,4 @@
 [DashboardOutput]
-address = "<%= @dashboard_address %>:<%= @dashboard_port %>"
-ticker_interval = <%= @ticker_interval %>
+address = "{{ values.dashboard_address }}:{{ values.dashboard_port }}"
+ticker_interval = {{ values.ticker_interval }}