Skip to content

MongoDB Helm Install

noelo edited this page Aug 30, 2020 · 3 revisions

helm repo add bitnami https://charts.bitnami.com/bitnami

helm install tournamentdb bitnami/mongodb --set podSecurityContext.fsGroup=1000580000,containerSecurityContext.runAsUser=1000580000,auth.enabled=true,auth.password=tpassword,auth.username=tuser,auth.database=tauth

Clone this wiki locally