diff --git a/helm/templates/mysql.yaml b/helm/templates/mysql.yaml index 1b08c02c3d..f47fc0ef3e 100644 --- a/helm/templates/mysql.yaml +++ b/helm/templates/mysql.yaml @@ -55,6 +55,7 @@ spec: - --default-authentication-plugin=mysql_native_password - --tls_version=TLSv1.2,TLSv1.3 - --init-file=/data/application/init.sql + - --disable-log-bin ports: - containerPort: 3306 name: mysql