Skip to content

Commit aaa090b

Browse files
author
Paulo Ribeiro
committed
doc: Fix configuration paths
1 parent 2fa08d8 commit aaa090b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/configuration/caching.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ To use your own external NFS server:
1010

1111
1. Edit the file `values-production.yaml` that you [used to install Codacy](../../index.md#helm-upgrade).
1212

13-
1. Set `nfsserverprovisioner.enabled: "false"` and define the remaining values as described below:
13+
1. Set `listener.nfsserverprovisioner.enabled: "false"` and define the remaining `listener.cache.*` values as described below:
1414

1515
```yaml
16-
nfsserverprovisioner:
17-
enabled: "false"
18-
19-
cache:
20-
name: "listener-cache"
21-
path: "/data"
22-
nfs:
23-
server: "<NFS_SERVER_IP>" # The IP address of the external NFS server
24-
path: "/var/nfs/data/" # External NFS server directory or file system to be mounted
16+
listener:
17+
nfsserverprovisioner:
18+
enabled: false
19+
cache:
20+
name: listener-cache
21+
path: /data"
22+
nfs:
23+
server: <NFS_SERVER_IP> # IP address of the external NFS server
24+
path: /var/nfs/data/ # External NFS server directory or file system to be mounted
2525
```
2626
2727
1. Apply the new configuration by performing a Helm upgrade. To do so execute the command [used to install Codacy](../../index.md#helm-upgrade):

0 commit comments

Comments
 (0)