mongodb helm

No introduction found. Create it?

Install

Install with:

helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install mongodb bitnami/mongodb -f values.yaml

Examples

See examples from other people.

Top Repositories (0 out of 3)

NameRepoStarsVersionTimestamp

Values

See the most popular values for this chart:

KeyTypes
string
string
auth.databases[] (1)
- your-spotify
string
boolean
auth.existingSecret (1)
mongodb-auth-secret
string
auth.passwords[] (1)
- ${mongodb_password}
string
auth.rootPassword (1)
${mongodb_root_password}
string
string
auth.usernames[] (1)
- your-spotify
string
boolean
string
image.repository (1)
bitnami/mongodb
string
image.tag (1)
7.0.15@sha256:245fbb5504bdf6677d40b39c37aabc207b9a699faee5831181df18c340ba4948
string
initdbScripts."unifi.sh" (1)
#!/bin/bash mongosh <<EOF use admin db.auth("${MONGODB_ROOT_USER}", "${MONGODB_ROOT_PASSWORD}") db.createUser({ user: "${MONGODB_EXTRA_USERNAMES}", pwd: "${MONGODB_EXTRA_PASSWORDS}", roles: [ { db: "${MONGODB_EXTRA_DATABASES}", role: "dbOwner" }, { db: "${MONGODB_EXTRA_DATABASES}_stat", role: "dbOwner" } ] }) EOF
string
boolean
boolean
string
boolean
boolean
string
string
string
string
string
string
string
string
service.type (1)
LoadBalancer
string
boolean