Skip to content

Commit 0ae2966

Browse files
committed
doc: describe latest changes
Motivation: Modification: Result: Fixes: #gh-issue Ticket: #rt-number Acked-by: Target: master Require-book: no Require-notes: no
1 parent 80b75d0 commit 0ae2966

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ helm install --set image.tag=10.0.3 \
2626

2727
## Add extra onfiguraton to dcache.conf of layout.conf files
2828

29-
Two configuration properties control the: `dcache.configExtra` and `dcache.layoutExtra`. With a value files the confuguration can be adjusted as needed:
29+
The configuration properties `dcache.configExtraPre`, `dcache.configExtra`, `dcache.layoutExtraPre`
30+
and `dcache.layoutExtra` allow adding an extra configurations at the begging and at the end of the
31+
generated `dcache.conf` and `layout.conf` files.
3032

3133
```yaml
3234
dcache:
@@ -42,9 +44,6 @@ dcache:
4244
helm install --values custom-config.yaml my-release dcache/dcache
4345
```
4446

45-
> [!NOTE]
46-
The custom configurations are added at the end of dcache and layout conf files.
47-
4847
## Enable CTA plugin
4948

5049
```bash

0 commit comments

Comments
 (0)