Skip to content

Commit

Permalink
FIX mkdebug mariadb migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Mar 10, 2024
1 parent 44eb39e commit 1ba4fd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion k8s/debug/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,17 @@ echo 'Adding mariadb'
helm upgrade --install mariadb bitnami/mariadb \
--set 'fullnameOverride=mariadb' \
--set 'image.repository=bitnami/mariadb' \
--set 'image.tag=10.6' \
--set 'image.tag=10.6.14' \
--set 'auth.rootPassword=anubis' \
--set 'volumePermissions.enabled=true' \
--set 'auth.username=anubis' \
--set 'auth.database=anubis' \
--set 'auth.password=anubis' \
--set 'architecture=standalone' \
--set 'primary.args[0]=/opt/bitnami/scripts/mariadb/run.sh' \
--set 'primary.args[1]=--max-allowed-packet=1073741824' \
--set 'primary.args[2]=--character-set-server=utf8mb4' \
--set 'primary.args[3]=--collation-server=utf8mb4_general_ci' \
--namespace anubis

# Install a minimal redis deployment
Expand Down

0 comments on commit 1ba4fd4

Please sign in to comment.