diff --git a/charts/oas-secrets/templates/oas-wekan-variables.yaml b/charts/oas-secrets/templates/oas-wekan-variables.yaml
index c20b2ac76619a8aaa57b958b4ced94a3ffd71bac..1f0ffccc1d3acdf7200e7d1daa47a8465f3a5d70 100644
--- a/charts/oas-secrets/templates/oas-wekan-variables.yaml
+++ b/charts/oas-secrets/templates/oas-wekan-variables.yaml
@@ -3,5 +3,5 @@ kind: Secret
 metadata:
   name: oas-wekan-variables
 data:
-  mongodb-password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_password") }}"
-  mongodb-root-password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_root_password") }}"
+  mongodb_password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_password") }}"
+  mongodb_root_password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_root_password") }}"