Helm can't upgrade MariaDB without replication user password

│ Error: execution error at (mariadb/templates/NOTES.txt:75:6): 
│ PASSWORDS ERROR: You must provide your current passwords when upgrading the release.
│                  Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims.
│                  Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases

│     'auth.replicationPassword' must not be empty, please add '--set auth.replicationPassword=$MARIADB_REPLICATION_PASSWORD' to the command. To get the current value:

│         export MARIADB_REPLICATION_PASSWORD=$(kubectl get secret --namespace "dash" mariadb -o jsonpath="{.data.mariadb-replication-password}" | base64 -d)


│   with module.drupal_dashboard.helm_release.mariadb,
│   on modules/drupal_dashboard/databases.tf line 1, in resource "helm_release" "mariadb":
│    1: resource "helm_release" "mariadb" {
Edited by Colan Schwartz