Merge pull request #905 from bitnami/node

Update Node with OSBA Mongodb instructions
This commit is contained in:
Carlos Rodríguez Hernández
2018-11-07 09:46:54 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: node
version: 6.2.2
version: 6.2.3
appVersion: 8.12.0
description: Event-driven I/O server-side JavaScript environment based on V8
keywords:
+1 -1
View File
@@ -211,7 +211,7 @@ ingress:
4. Deploy the helm chart:
```
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance bitnami/node
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance,externaldb.ssl=true bitnami/node
```
Once the instance has been provisioned in Azure, a new secret should have been automatically created with the connection parameters for your application.