🔐 1password secrets

This commit is contained in:
auricom
2023-09-14 00:51:32 +02:00
parent 73747d11ff
commit c9423cb8e2

View File

@@ -17,8 +17,8 @@ spec:
data:
# App
LLDAP_JWT_SECRET: "{{ .LLDAP_JWT_SECRET }}"
LLDAP_LDAP_USER_PASS: "{{ .LLDAP_LDAP_USER_PASS }}"
LLDAP_USER_DN: "{{ .LLDAP_USER_DN }}"
LLDAP_LDAP_USER_PASS: "{{ .password }}"
LLDAP_USER_DN: "{{ .username }}"
LLDAP_LDAP_USER_EMAIL: "{{ .LLDAP_LDAP_USER_EMAIL }}"
LLDAP_SERVER_KEY_SEED: "{{ .LLDAP_SERVER_KEY_SEED }}"
LLDAP_DATABASE_URL: "postgres://{{ .POSTGRES_USER }}:{{ .POSTGRES_PASS }}@postgres-rw.default.svc.cluster.local/lldap"