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

Merged
wpetit merged 1 commits from fix/hydra_ldap_flux into unstable 2025-02-19 11:27:51 +01:00
Showing only changes of commit c9d8917e6c - Show all commits

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