[bitnami/several] Replace base64 --decode with base64 -d (#10495)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-05-30 18:16:36 +01:00
committed by GitHub
parent c08a2b76f0
commit 099286ae7a
113 changed files with 257 additions and 257 deletions

View File

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