mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 15:37:42 +08:00
Update Node with OSBA Mongodb instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user