From f4b415eefb1d32bb1ad2c0fcbc9b922dbd9010f2 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 28 Jul 2023 00:16:48 +0800 Subject: [PATCH] fix(thelounge): secrets stringData --- kube/deploy/apps/thelounge/app/secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/thelounge/app/secrets.yaml b/kube/deploy/apps/thelounge/app/secrets.yaml index f1c9f368..bcd70e86 100644 --- a/kube/deploy/apps/thelounge/app/secrets.yaml +++ b/kube/deploy/apps/thelounge/app/secrets.yaml @@ -5,6 +5,6 @@ metadata: name: thelounge-secrets namespace: thelounge type: Opaque -data: +stringData: LDAP_USERNAME: "${SECRET_THELOUNGE_LDAP_SEARCH_USERNAME}" LDAP_PASSWORD: "${SECRET_THELOUNGE_LDAP_SEARCH_PASSWORD}"