mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 06:47:24 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user