Skip to content

Commit

Permalink
Adjust mariadb-galera upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Jan 3, 2025
1 parent f9afdd6 commit b45821d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openshift/scripts/deploy-mariadb-galera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ if helm list -q | grep -q "^$DB_DEPLOYMENT_NAME$"; then
# Capture the output of the helm upgrade command into a variable
helm_upgrade_response=$(helm upgrade $DB_DEPLOYMENT_NAME \
oci://registry-1.docker.io/bitnamicharts/mariadb-galera
--reuse-values 2>&1)
# --set rootUser.password=$DB_PASSWORD \
# --set galera.mariabackup.password=$DB_PASSWORD \
--reuse-values \
--set rootUser.password=$DB_PASSWORD \
--set galera.mariabackup.password=$DB_PASSWORD 2>&1)
# -f ./config/mariadb/galera-values.yaml 2>&1)

# Output the response for debugging purposes
Expand Down

0 comments on commit b45821d

Please sign in to comment.