From c325a0c4ea709c65a8cb30eb41bda6c58806d2fd Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Wed, 30 Oct 2024 13:14:50 +0100 Subject: [PATCH] =?UTF-8?q?password=20f=C3=BCr=20db=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd/apps/wordpress/wordpress.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index 7d8a302..8b236a8 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -22,7 +22,9 @@ spec: - name: wordpressPassword value: 'InnoHUB_wp!' - name: mariadb.auth.rootPassword - value: 'IH_wp_DB_pwd' + value: 'root' + - name: mariadb.auth.password + value: 'bn_wordpress' # - name: wordpressScheme # value: 'https' - name: smtpHost