From 8fb09313da4c3e76290ad97ac10f2bb6ec832072 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 10 Dec 2020 08:30:00 +0100 Subject: [PATCH] Update NOTES.txt --- bitnami/phpmyadmin/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/phpmyadmin/templates/NOTES.txt b/bitnami/phpmyadmin/templates/NOTES.txt index 13ef53ae37..de2f7a8776 100644 --- a/bitnami/phpmyadmin/templates/NOTES.txt +++ b/bitnami/phpmyadmin/templates/NOTES.txt @@ -42,7 +42,7 @@ For testing purposes, phpMyAdmin has been configured to point to a test MariaDB instance. Please login using the following credentials: Username: root - Password : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "mariadb.fullname" . }} -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) + Password : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "phpmyadmin.mariadb.fullname" . }} -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) {{- else }} phpMyAdmin has not been configure to point to a specific database. Please provide the db host,