From bf1ae4bcc39f33ff6ecfe09e5414e5e21ccc6160 Mon Sep 17 00:00:00 2001 From: April Rieger Date: Tue, 19 Mar 2024 09:14:45 -0700 Subject: [PATCH] Update the root pw to exisiting --- ops/production-deploy.tmpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index cf2afe382..a08658280 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -41,7 +41,7 @@ env: mariadb: enabled: true auth: - rootPassword: $MYSQL_ROOT_PASSWORD + existingSecret: "atla-omeka-production-mariadb" database: omeka password: $DB_PASSWORD username: omeka