From 29b28b620249f9617b93fed8251d134907afc634 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 28 Jul 2021 00:14:27 +0200
Subject: [PATCH] Use underscores for secret var names

---
 charts/oas-secrets/templates/oas-wekan-variables.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/oas-secrets/templates/oas-wekan-variables.yaml b/charts/oas-secrets/templates/oas-wekan-variables.yaml
index c20b2ac76..1f0ffccc1 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") }}"
-- 
GitLab