mariadb helm

No introduction found. Create it?

More popular helm chart found

mariadb from bjw-s-labs/charts is more popular with 6 repositories.

Install

Install with:

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

Examples

See examples from other people.

Top Repositories (2 out of 4)

NameRepoStarsVersionTimestamp
mariadbgavinmcfall/home-ops3823.2.42 months ago
mariadbzebernst/homelab3225.0.14 months ago

Values

See the most popular values for this chart:

KeyTypes
boolean
boolean
boolean
string
string
boolean
string
auth.rootPassword (1)
ENC[AES256_GCM,data:xXFugsWMcPqOjLtcZWGF61TG0NfZHoAebTQP9Sw+UuI=,iv:3Ztm4zGVEa1NbMlNl5LgsjP0XKGaIknO2OwyIM3fMjk=,tag:Hfbr2OKaJq/fzm85pzyfXw==,type:str]
string
boolean
string
string
primary.extraEnvVars[].name (1)
BOOKLORE_DB_USERNAME
BOOKLORE_DB_PASSWORD
string
primary.extraEnvVars[].valueFrom.secretKeyRef.key (1)
BOOKLORE_DB_USERNAME
BOOKLORE_DB_PASSWORD
string
string
string
primary.initdbScripts."init-booklore.sql" (1)
CREATE DATABASE IF NOT EXISTS booklore; CREATE USER IF NOT EXISTS '$BOOKLORE_DB_USERNAME'@'%' IDENTIFIED BY '$BOOKLORE_DB_PASSWORD'; GRANT ALL PRIVILEGES ON booklore.* TO '$BOOKLORE_DB_USERNAME'@'%'; FLUSH PRIVILEGES;
string
boolean
string
string
string
string
boolean
string
initdbScripts."create-bookstack.sql" (1)
CREATE DATABASE IF NOT EXISTS bookstackapp; CREATE USER IF NOT EXISTS 'bookstack'@'%' IDENTIFIED BY '${BOOKSTACK_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON bookstackapp.* to 'bookstack'@'%';
string
initdbScripts."create-pelican-dev.sql" (1)
CREATE DATABASE IF NOT EXISTS pelican_dev; CREATE USER IF NOT EXISTS 'pelican_dev'@'%' IDENTIFIED BY '${PELICAN_DEV_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pelican_dev.* to 'pelican_dev'@'%';
string
initdbScripts."create-pelican.sql" (1)
CREATE DATABASE IF NOT EXISTS pelican; CREATE USER IF NOT EXISTS 'pelican'@'%' IDENTIFIED BY '${PELICAN_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pelican.* to 'pelican'@'%';
string
initdbScripts."create-pterodactyl.sql" (1)
CREATE DATABASE IF NOT EXISTS pterodactyl; CREATE USER IF NOT EXISTS 'pterodactyl'@'%' IDENTIFIED BY '${PTERODACTYL_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON pterodactyl.* to 'pterodactyl'@'%';
string
initdbScripts."luncher-box.sql" (1)
CREATE DATABASE "${LUNCHERBOX_DB}";
string
initdbScripts."n8n.sql" (1)
CREATE DATABASE "${N8N_DB}";
string
string
string
string
string
string