Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 93c7106

Browse files
author
Andrew Jefferson
committed
updating the internal ssl scenario docs
1 parent 352d8de commit 93c7106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment-scenarios/cluster-internal-ssl/instructions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ with Neo4j + Helm.
33

44
Step 1: Create custom ConfigMap.
55

6-
kubectl apply -f deployment-scenarios/internal-ssl/cluster-internal-ssl-configmap.yaml
6+
kubectl apply -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl-configmap.yaml
77

88
Step 2: Create ssl certificate ConfigMaps and key Secret.
99

1010
This directory is populated with some example keys and certificates. You must use your own securely generated keys and certificates.
1111

1212
However if you want to use the example credentials FOR TESTING PURPOSES ONLY then you can install them using you can install using:
13-
kubectl apply -f deployment-scenarios/internal-ssl/cluster-internal-ssl-files.yaml
13+
kubectl apply -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl-files.yaml
1414

1515
Step 3: Install a Neo4j cluster using the provided parameters.
1616

17-
helm install cluster-internal-ssl-example -f deployment-scenarios/internal-ssl/cluster-internal-ssl.yaml .
17+
helm install cluster-internal-ssl-example -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl.yaml .

0 commit comments

Comments
 (0)