@@ -165,7 +165,6 @@ data:
165165 name=app
166166 user=admin
167167 pass=/var/run/secrets/db/dbpass.txt
168- EOF
169168```
170169
171170Define an ` ldap ` component, that creates a ` Secret ` for the LDAP password
@@ -224,7 +223,6 @@ data:
224223 endpoint=ldap://ldap.example.com
225224 bindDN=cn=admin,dc=example,dc=com
226225 pass=/var/run/secrets/ldap/ldappass.txt
227- EOF
228226```
229227
230228Define a ` recaptcha ` component, that creates a ` Secret ` for the reCAPTCHA
@@ -278,7 +276,6 @@ patchesJson6902:
278276 value:
279277 mountPath: /var/run/secrets/recaptcha/
280278 name: recaptcha
281- EOF
282279```
283280
284281Define a ` community ` variant, that bundles the external DB and reCAPTCHA
@@ -301,7 +298,6 @@ resources:
301298components:
302299 - ../../components/external_db
303300 - ../../components/recaptcha
304- EOF
305301```
306302
307303Define an ` enterprise ` overlay, that bundles the external DB and LDAP
@@ -323,7 +319,6 @@ resources:
323319components:
324320 - ../../components/external_db
325321 - ../../components/ldap
326- EOF
327322```
328323
329324Define a ` dev ` overlay, that points to all the components and has LDAP
@@ -346,7 +341,6 @@ components:
346341 - ../../components/external_db
347342 # - ../../components/ldap
348343 - ../../components/recaptcha
349- EOF
350344```
351345
352346Now, the workspace has the following directories:
0 commit comments