From 45df072ad6c2f105f734aa48112df14bd8e1fa7d Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Mon, 23 Feb 2026 16:57:16 +0530 Subject: [PATCH] Shared Mysql fix 2 --- hades/templates/secret-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hades/templates/secret-db.yaml b/hades/templates/secret-db.yaml index cbac8f0..49d629b 100644 --- a/hades/templates/secret-db.yaml +++ b/hades/templates/secret-db.yaml @@ -8,7 +8,7 @@ metadata: {{- include "hades.labels" . | nindent 4 }} type: Opaque data: - password: {{ .Values.database.password | b64enc | quote }} + mysql-password: {{ .Values.database.password | b64enc | quote }} {{- if .Values.database.username }} username: {{ .Values.database.username | b64enc | quote }} {{- end }}