Switch galera_root_user default value

Change galera_root_user default value from root to admin. It's general
recommendation not to mess up with root user and not adjust/use it
anywhere except by system. We've changed value for OSA
several cycles ago and now it's time to change defaults in role.

Change-Id: I18e868927bded594ba482f1463e999f6bd6ee0da
This commit is contained in:
Dmitriy Rabotyagov 2022-06-24 10:48:35 +02:00
parent c9da7d6975
commit 85c0e127e8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ galera_monitoring_check_enabled: true
# Set the monitoring port used with the galera monitoring check.
galera_monitoring_check_port: 9200
galera_root_user: root
galera_root_user: admin
# WARNING: This option is deprecated and will be removed in v12.0
galera_gcache_size: 1024M