Skip to content

Commit

Permalink
Merge pull request #2 from anguslees/master
Browse files Browse the repository at this point in the history
Add instructions for creating mongodb Secret
  • Loading branch information
anguslees authored Oct 27, 2017
2 parents 9916fe8 + ca53469 commit faecde2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ kubectl cluster-info
# Usage

```
# Set mongodb passwords (manual step for now)
kubectl -n kubeapps create secret generic mongodb \
--from-literal=mongodb-password=sekret-$RANDOM \
--from-literal=mongodb-root-password=sekret-$RANDOM \
# Bring up cluster
./kubeapps.sh up
Expand Down

0 comments on commit faecde2

Please sign in to comment.