Files
charts/mongodb/Chart.yaml
Sameer Naik 304e214f88 mongodb: added secrets manifest for sensitive variables.
A secret volume named `mongodb` is created to store password variables.
2016-07-05 23:09:34 +05:30

11 lines
507 B
YAML

name: mongodb
home: https://mongodb.org
source:
- https://github.com/bitnami/bitnami-docker-mongodb
version: 0.2.1
description: Chart for MongoDB
maintainers:
- Bitnami <containers@bitnami.com>
details: |-
MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas, making the integration of data in certain types of applications easier and faster.