chore: Renamed credentials secret in deployment
This commit is contained in:
@@ -43,10 +43,10 @@ spec:
|
|||||||
- name: LLDAP_USERNAME
|
- name: LLDAP_USERNAME
|
||||||
value: admin
|
value: admin
|
||||||
- name: LLDAP_PASSWORD_FILE
|
- name: LLDAP_PASSWORD_FILE
|
||||||
value: /secrets/credentials/lldap-ldap-user-pass
|
value: /secrets/credentials/admin-pass
|
||||||
- name: LLDAP_BIND_DN
|
- name: LLDAP_BIND_DN
|
||||||
value: uid={username},ou=people,dc=huizinga,dc=dev
|
value: uid={username},ou=people,dc=huizinga,dc=dev
|
||||||
volumes:
|
volumes:
|
||||||
- name: credentials
|
- name: credentials
|
||||||
secret:
|
secret:
|
||||||
secretName: lldap-credentials
|
secretName: credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user