From 736dcdb94ea9fe990fb786faa3ae20fc521fbc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 17 Oct 2024 12:12:27 +0000 Subject: [PATCH] [bitnami/template] Use common password manager for password secret template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Léo Colombaro --- template/CHART_NAME/templates/secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/CHART_NAME/templates/secret.yaml b/template/CHART_NAME/templates/secret.yaml index eaf29b5cd9063e..cde6bbbae6e67d 100644 --- a/template/CHART_NAME/templates/secret.yaml +++ b/template/CHART_NAME/templates/secret.yaml @@ -15,4 +15,4 @@ metadata: {{- end }} type: Opaque data: - password-key: b64-password-value + password-key: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "password-key" "providedValues" (list "password-value") "context" $) }}