mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
Update NOTES.txt
This commit is contained in:
committed by
GitHub
parent
55fc985eb6
commit
8fb09313da
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user