Skip to content

Commit ecf705d

Browse files
authored
Merge pull request #300 from Aisuko/fix/doc
Remove useless EOF on components.md
2 parents 28bc5ff + ddc486b commit ecf705d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

site/content/en/guides/config_management/components.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ data:
165165
name=app
166166
user=admin
167167
pass=/var/run/secrets/db/dbpass.txt
168-
EOF
169168
```
170169

171170
Define 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

230228
Define 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

284281
Define a `community` variant, that bundles the external DB and reCAPTCHA
@@ -301,7 +298,6 @@ resources:
301298
components:
302299
- ../../components/external_db
303300
- ../../components/recaptcha
304-
EOF
305301
```
306302

307303
Define an `enterprise` overlay, that bundles the external DB and LDAP
@@ -323,7 +319,6 @@ resources:
323319
components:
324320
- ../../components/external_db
325321
- ../../components/ldap
326-
EOF
327322
```
328323

329324
Define 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

352346
Now, the workspace has the following directories:

0 commit comments

Comments
 (0)