mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔐 1password secrets
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user