File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Codacy Self-hosted includes a built-in NFS server provisioner that deploys a sha
88
99To use your own external NFS server:
1010
11- 1 . Edit the file ` values-production.yaml ` that you [ used to install Codacy] ( ../../ index.md#helm-upgrade ) .
11+ 1 . Edit the file ` values-production.yaml ` that you [ used to install Codacy] ( ../index.md#helm-upgrade ) .
1212
13131 . Set ` listener.nfsserverprovisioner.enabled: "false" ` and define the remaining ` listener.cache.* ` values as described below:
1414
@@ -24,7 +24,7 @@ To use your own external NFS server:
2424 path : /var/nfs/data/ # External NFS server directory or file system to be mounted
2525 ` ` `
2626
27- 1. Apply the new configuration by performing a Helm upgrade. To do so execute the command [used to install Codacy](../../ index.md#helm-upgrade):
27+ 1. Apply the new configuration by performing a Helm upgrade. To do so execute the command [used to install Codacy](../index.md#helm-upgrade):
2828
2929 !!! important
3030 **If you're using MicroK8s** you must use the file ` values-microk8s.yaml` together with the file `values-production.yaml`.
You can’t perform that action at this time.
0 commit comments