added my.cnf for mysqld_exporter

This commit is contained in:
Jonas Forsberg 2023-07-07 08:40:37 +02:00
parent dd29af5849
commit c31f42d34d

4
pod/files/my.cnf.jinja Normal file
View File

@ -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 }}