From dba119951bc105b47b628fca63fd07c52544160e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 21 Dec 2025 20:42:23 +0100 Subject: [PATCH] chore: Renamed credentials secret in deployment --- manifests/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 603d1ca..5682416 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -43,10 +43,10 @@ spec: - name: LLDAP_USERNAME value: admin - name: LLDAP_PASSWORD_FILE - value: /secrets/credentials/lldap-ldap-user-pass + value: /secrets/credentials/admin-pass - name: LLDAP_BIND_DN value: uid={username},ou=people,dc=huizinga,dc=dev volumes: - name: credentials secret: - secretName: lldap-credentials + secretName: credentials