[bitnami/common] Fix typo with new line in common.secrets.passwords.manage (#21653)

* [bitnami/common] Fix typo with new line

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* [bitnami/common] Apply feedback

Signed-off-by: David Gomez <dgomezleon@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2023-12-19 19:18:47 +01:00
committed by GitHub
parent 02906d313f
commit 7e704634ef
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
# Please make sure that version and appVersion are always the same.
appVersion: 2.13.4
appVersion: 2.14.1
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
home: https://bitnami.com
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
@@ -23,4 +23,4 @@ name: common
sources:
- https://github.com/bitnami/charts
type: library
version: 2.14.0
version: 2.14.1

View File

@@ -129,7 +129,7 @@ The order in which this function returns a secret password:
{{- end }}
{{- end -}}
{{- if not .skipB64enc }}
{{ $password = $password | b64enc }}
{{- $password = $password | b64enc }}
{{- end -}}
{{- if .skipQuote -}}
{{- printf "%s" $password -}}