Skip to content

Commit 93b5b2a

Browse files
authored
simplify
1 parent ffa7b13 commit 93b5b2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

decisioncenter/guicustomization/README-KUBERNETES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Before following the steps below, make sure you have built the images as explain
77

88
## 1. Uploading JARs on a file server
99

10-
The customization JARs can be made available to Decision Center in two ways:
11-
1. the **legacy way**: by copying the JARs to a PVC and referencing this PVC using the parameter `decisionCenter.customlibPvc`
12-
1. or the **new way** (since 9.0 only): by copying the JARs on a file server and referencing the files to download from this file server using the parameter `decisionCenter.downloadUrl`
10+
Any file server reachable by Decision Center is suitable.
1311

14-
This document explains how to follow the **new way**. Any file server reachable by Decision Center is suitable. You can either use an existing one or follow the instructions [here](https://github.com/DecisionsDev/odm-docker-kubernetes/blob/vnext-release/contrib/file-server/README.md#setup-an-httpd-file-server) to deploy a httpd file server in a new pod.
12+
You can either use an existing one or follow the instructions [here](https://github.com/DecisionsDev/odm-docker-kubernetes/blob/vnext-release/contrib/file-server/README.md#setup-an-httpd-file-server) to deploy a httpd file server in a new pod.
1513

1614
Upload the **guicustomization-1.0.jar** file on the file server :
1715
```

0 commit comments

Comments
 (0)