This repository was archived by the owner on Jan 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployment-scenarios/cluster-internal-ssl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ with Neo4j + Helm.
33
44Step 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
88Step 2: Create ssl certificate ConfigMaps and key Secret.
99
1010This directory is populated with some example keys and certificates. You must use your own securely generated keys and certificates.
1111
1212However 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
1515Step 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 .
You can’t perform that action at this time.
0 commit comments