Get bind_dn from secret

This commit is contained in:
Dreaded_X 2025-04-22 00:42:33 +02:00
parent e9673211c1
commit 95ad229077
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -56,7 +56,10 @@ spec:
- name: LDAP_BASE - name: LDAP_BASE
value: ou=people,dc=huizinga,dc=dev value: ou=people,dc=huizinga,dc=dev
- name: LDAP_BIND_DN - name: LDAP_BIND_DN
value: uid=siranga.siranga,ou=people,dc=huizinga,dc=dev valueFrom:
secretKeyRef:
name: siranga-lldap-credentials
key: bind_dn
- name: LDAP_PASSWORD_FILE - name: LDAP_PASSWORD_FILE
value: /secrets/credentials/password value: /secrets/credentials/password
- name: PRIVATE_KEY_FILE - name: PRIVATE_KEY_FILE