diff --git a/docs/CONFIG-VARS.md b/docs/CONFIG-VARS.md index 88114c35..3ca63d66 100644 --- a/docs/CONFIG-VARS.md +++ b/docs/CONFIG-VARS.md @@ -34,7 +34,6 @@ Supported configuration variables are listed in the table below. All variables - [Metrics Server](#metrics-server) - [NFS Client](#nfs-client) - [Postgres NFS Client](#postgres-nfs-client) - - [Multi-tenancy](#multi-tenancy) - [Azure Application Gateway with WAF](#azure-application-gateway-with-waf) ## BASE @@ -90,7 +89,7 @@ Viya4-deployment uses the jump server to interact with the RWX filestore, which ## Storage When `V4_CFG_MANAGE_STORAGE` is set to `true`, viya4-deployment creates the `sas` and `pg-storage` storage classes using the nfs-subdir-external-provisioner Helm chart. If a jump server is used, viya4-deployment uses that server to create the folders for the `astores`, `bin`, `data` and `homes` RWX Filestore NFS paths that are outlined below in the [RWX Filestore](#rwx-filestore) section. -When `V4_CFG_MANAGE_STORAGE` is set to `false`, viya4-deployment does not create the `sas` or `pg-storage` storage classes for you. In addition, viya4-deployment does not create or manage the RWX Filestore NFS paths. Before you run the SAS Viya deployment, you must set the values for `V4_CFG_RWX_FILESTORE_ASTORES_PATH`, `V4_CFG_RWX_FILESTORE_BIN_PATH`, `V4_CFG_RWX_FILESTORE_DATA_PATH` and `V4_CFG_RWX_FILESTORE_HOMES_PATH` to specify existing NFS folder locations. The viya4-deployment user can create the required NFS folders from the jump server before starting the deployment. Recommended attribute settings for each folder are as follows: +When `V4_CFG_MANAGE_STORAGE` is set to `false`, viya4-deployment does not create the `sas` or `pg-storage` storage classes for you. In addition, viya4-deployment does not create or manage the RWX Filestore NFS paths. Before you run the SAS Viya deployment, you must set the values for `V4_CFG_RWX_FILESTORE_DATA_PATH` and `V4_CFG_RWX_FILESTORE_HOMES_PATH` to specify existing NFS folder locations. The viya4-deployment user can create the required NFS folders from the jump server before starting the deployment. Recommended attribute settings for each folder are as follows: - **filemode**: `0777` - **group**: the equivalent of `nogroup` for your operating system - **owner**: `nobody` @@ -106,8 +105,6 @@ When `V4_CFG_MANAGE_STORAGE` is set to `false`, viya4-deployment does not create | :--- | ---: | ---: | ---: | ---: | ---: | ---: | | V4_CFG_RWX_FILESTORE_ENDPOINT | NFS IP address or host name | string | | false | | baseline, viya | | V4_CFG_RWX_FILESTORE_PATH | NFS export path | string | /export | false | | baseline, viya | -| V4_CFG_RWX_FILESTORE_ASTORES_PATH | NFS path to astores directory | string | /\/astores | false | | viya | -| V4_CFG_RWX_FILESTORE_BIN_PATH | NFS path to bin directory | string | /\/bin | false | | viya | | V4_CFG_RWX_FILESTORE_DATA_PATH | NFS path to data directory | string | /\/data | false | | viya | | V4_CFG_RWX_FILESTORE_HOMES_PATH | NFS path to homes directory | string | /\/homes | false | | viya |