From 3220bc7d50f3ef2cc4350e94aca42613746d1b98 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 5 May 2020 15:24:54 -0500 Subject: [PATCH] Update terraform config --- charts/percona-xtradb-cluster/Chart.yaml | 2 +- charts/percona-xtradb-cluster/templates/cluster.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/percona-xtradb-cluster/Chart.yaml b/charts/percona-xtradb-cluster/Chart.yaml index 467f626..7ad098e 100644 --- a/charts/percona-xtradb-cluster/Chart.yaml +++ b/charts/percona-xtradb-cluster/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.0.6 +version: 1.0.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/percona-xtradb-cluster/templates/cluster.yml b/charts/percona-xtradb-cluster/templates/cluster.yml index 107ef7f..c001320 100644 --- a/charts/percona-xtradb-cluster/templates/cluster.yml +++ b/charts/percona-xtradb-cluster/templates/cluster.yml @@ -24,7 +24,7 @@ spec: # readinessDelaySec: 15 # livenessDelaySec: 300 # forceUnsafeBootstrap: true - configuration: | + #configuration: | # [mysqld] # wsrep_debug=OFF # wsrep_provider_options="gcache.size=1G; gcache.recover=yes"