diff --git a/prod-upgrade/prom/mysql-exporter.yaml b/prod-upgrade/prom/mysql-exporter.yaml index a235992..1e922f3 100644 --- a/prod-upgrade/prom/mysql-exporter.yaml +++ b/prod-upgrade/prom/mysql-exporter.yaml @@ -29,9 +29,10 @@ spec: image: prom/mysqld-exporter:v0.15.1 imagePullPolicy: Always args: - - --no-collect.info_schema.innodb_cmp - - --no-collect.info_schema.innodb_cmpmem - - --no-collect.global_variables + - "--config.my-cnf /etc/my.cnf" + - "--no-collect.info_schema.innodb_cmp" + - "--no-collect.info_schema.innodb_cmpmem" + - "--no-collect.global_variables" volumeMounts: - name: config-my-cnf mountPath: /etc/my.cnf