Get bind_dn from secret
This commit is contained in:
parent
e9673211c1
commit
95ad229077
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user