mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 06:47:24 +08:00
[bitnami/several] Replace base64 --decode with base64 -d (#10495)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
c08a2b76f0
commit
099286ae7a
@@ -45,7 +45,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 "phpmyadmin.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 -d)
|
||||
|
||||
{{- else }}
|
||||
phpMyAdmin has not been configure to point to a specific database. Please provide the db host,
|
||||
|
||||
Reference in New Issue
Block a user