Skip to content

Commit

Permalink
[mysql] Disable v8 in preview (#18077)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyCZ authored Jun 27, 2023
1 parent 576fd86 commit e56baf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/preview/workflow/preview/deploy-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ yq w -i "${INSTALLER_CONFIG_PATH}" experimental.workspace.networkLimits.bucketSi
#
# Configure DB
#
yq w -i "${INSTALLER_CONFIG_PATH}" database.inClusterMySql_8_0 "true"
yq w -i "${INSTALLER_CONFIG_PATH}" database.inClusterMySql_8_0 "false"

log_success "Generated config at $INSTALLER_CONFIG_PATH"

Expand Down

0 comments on commit e56baf3

Please sign in to comment.