File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ maintainers:
66 - name : kesterriley
7788 url : https://github.com/mariadb-kester
9- version : 0.2.26
9+ version : 0.2.27
1010appVersion : 1.16.4
Original file line number Diff line number Diff line change 5050 echo wsrep_gtid_domain_id=${DOMAIN_ID:-100} >> /mnt/conf.d/server-id.cnf;
5151 echo gtid_domain_id=100${DOMAIN_ID:-100}${ordinal} >> /mnt/conf.d/server-id.cnf;
5252 echo auto_increment_offset=$((${AUTO_INCREMENT_OFFSET:-0} + $ordinal)) >> /mnt/conf.d/server-id.cnf;
53- echo wsrep_sst_auth=backupuser:MariaDB_123 >> /mnt/conf.d/server-id.cnf;
5453 cp /mnt/configmap/* /mnt/conf.d;']
5554 volumeMounts :
5655 - name : conf
Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ mariadbConfiguration: |-
173173 wsrep_notify_cmd=/usr/local/bin/notify.sh
174174 wsrep_provider_options="gcache.size=1024M; gcache.keep_pages_size=1024M; gcache.recover=yes; gcs.fc_factor=0.8;"
175175 wsrep_provider=/usr/lib64/galera/libgalera_enterprise_smm.so
176- [sst]
176+ wsrep_ssl_mode = PROVIDER
177+ [sst]
177178 sst-syslog=-1
178179 progress=/tmp/mysql-console/fifo
179180 [mysqld_safe]
You can’t perform that action at this time.
0 commit comments