diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json index d715f21..57ddf36 100644 --- a/helm/configs/frontend/development/config.json +++ b/helm/configs/frontend/development/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json index 6db902f..a0d99cb 100644 --- a/helm/configs/frontend/production/config.json +++ b/helm/configs/frontend/production/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json index 9c17c7b..dfeb7d3 100644 --- a/helm/configs/frontend/qa/config.json +++ b/helm/configs/frontend/qa/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs",