mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +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
@@ -35,4 +35,4 @@ name: wordpress-intel
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress-intel
|
||||
- https://wordpress.org/
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
|
||||
@@ -73,7 +73,7 @@ To access your WordPress site from outside the cluster follow the steps below:
|
||||
3. Login with the following credentials below to see your blog:
|
||||
|
||||
echo Username: {{ .Values.wordpressUsername }}
|
||||
echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.wordpress-password}" | base64 --decode)
|
||||
echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.wordpress-password}" | base64 -d)
|
||||
|
||||
{{- if .Values.metrics.enabled }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user