fix(hydra-ldap): adding behavior to secret and CM generators

This commit is contained in:
Laurent Gourvenec 2025-02-19 11:22:36 +01:00
parent 20e0a20f64
commit c9d8917e6c

View File

@ -7,6 +7,7 @@ resources:
configMapGenerator:
- name: hydra-ldap-env
behavior: create
literals:
- WERTHER_DEV_MODE=false
- WERTHER_LDAP_ROLE_CLAIM="https://hydra/claims/roles"
@ -21,6 +22,7 @@ configMapGenerator:
secretGenerator:
- name: hydra-ldap-sc
behavior: create
literals:
- WERTHER_LDAP_BINDDN="cn=reader,o=test,c=fr"
- WERTHER_LDAP_BINDPW=ThisMustBeAbsolutelyChanged