diff --git a/pod/files/my.cnf.jinja b/pod/files/my.cnf.jinja new file mode 100644 index 0000000..3bcc69f --- /dev/null +++ b/pod/files/my.cnf.jinja @@ -0,0 +1,4 @@ +[client] +user={{ pillar.pods.mariadb.containers.mysqld_exporter.vars.username }} +host=localhost +password={{ pillar.pods.mariadb.containers.mysqld_exporter.vars.password }}