sapcc/helm-charts

[mysql_metrics] Replace Global Master Password

Closed this issue · 4 comments

https://github.com/sapcc/helm-charts/tree/master/common/mysql_metrics

  • Remove all references to Values.global.master_password
  • Prefer to not reference a global value. Instead require a password being passed to the chart

Prior Art:
a4c48f4

We don't use master_password for mariadb of mysql metrics.

We don't use master_password for mariadb of mysql metrics.

Perfect. I suppose, the reference here can be deleted then:
https://github.com/sapcc/helm-charts/blob/master/common/mysql_metrics/templates/_helpers.tpl#L24

Ah, that can be the case here: bf5570d

It is fair that this task is assigned to me - I'm a heavy user of the master password algorithm ^^