Update NOTES.txt

This commit is contained in:
Juan Ariza Toledano
2020-12-10 08:30:00 +01:00
committed by GitHub
parent 55fc985eb6
commit 8fb09313da

View File

@@ -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,