Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions kubernetes/pods/mongodb-helm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [MongoDB](#mongodb)
- [Using with make file:](#using-with-make-file)
- [Install:](#install)
- [Updating:](#updating)
- [Deleting:](#deleting)
- [Listing helm charts:](#listing-helm-charts)
- [Installing Manually:](#installing-manually)
- [Creating a static service name to reference mongo](#creating-a-static-service-name-to-reference-mongo)
- [Creating users:](#creating-users)
- [Verifying the replicaset](#verifying-the-replicaset)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

MongoDB
============

Expand Down Expand Up @@ -333,3 +350,4 @@ rs0:PRIMARY> rs.conf()
}
rs0:PRIMARY>
```

Loading