# Percona Xtra DB Cluster installed with helm: How to change pxc\_strict\_mode to PERMISSIVE permanently

**URL:** https://forums.percona.com/t/percona-xtra-db-cluster-installed-with-helm-how-to-change-pxc-strict-mode-to-permissive-permanently/32511
**Category:** Percona Operator for MySQL
**Created:** [August 22, 2024, 10:36am UTC](https://forums.percona.com/t/percona-xtra-db-cluster-installed-with-helm-how-to-change-pxc-strict-mode-to-permissive-permanently/32511 "2024-08-22T10:36:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![robro](https://avatars.discourse-cdn.com/v4/letter/r/e19b73/32.png) [@robro](https://forums.percona.com/u/robro)
#### Post date: [August 22, 2024, 10:36am UTC](https://forums.percona.com/t/percona-xtra-db-cluster-installed-with-helm-how-to-change-pxc-strict-mode-to-permissive-permanently/32511/1 "2024-08-22T10:36:10Z")

</div>

## Description:

Hi everybody,  
I have installed the Percona XtraDB Cluster with helm on our kubernetes cluster: pxc-operator, haproxy, pxc-db. Per default it uses the pxc strict mode ENFORCING.

One of my applications which uses the Percona XtraDB cluster apparently has problems with the ENFORCING mode =\> Percona-XtraDB-Cluster doesn’t recommend using SERIALIZABLE isolation with pxc\_strict\_mode = ENFORCING. After switching to PERMISSIVE the application works.

Is there a way to change the Percona XtraDB cluster to pxc\_strict\_mode PERMISSIVE via helm upgrade with separate values.yaml file? Or is there another way for fixing that?

## Version:

helm app version: 1.14.0

Thank you very much!

---

<div class="post-metadata">

### Author: ![Yunus](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/yunus/32/6430_2.png) [@Yunus](https://forums.percona.com/u/Yunus)
#### Post date: [September 3, 2024, 4:13pm UTC](https://forums.percona.com/t/percona-xtra-db-cluster-installed-with-helm-how-to-change-pxc-strict-mode-to-permissive-permanently/32511/2 "2024-09-03T16:13:02Z")

</div>

You might want to check this

> **[Percona Operator for MySQL - Changing MySQL Options](https://docs.percona.com/percona-operator-for-mysql/pxc/options.html)**
>
> You may require a configuration change for your application. MySQL
> allows the option to configure the database with a configuration file.
> You can pass options from the
> my.cnf 
> configuration file to be included in the MySQL configuration in one of...

---

<div class="post-metadata">

### Author: ![Sergey\_Pronin](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/sergey_pronin/32/14887_2.png) [@Sergey\_Pronin](https://forums.percona.com/u/Sergey_Pronin)
#### Post date: [September 9, 2024, 8:37am UTC](https://forums.percona.com/t/percona-xtra-db-cluster-installed-with-helm-how-to-change-pxc-strict-mode-to-permissive-permanently/32511/3 "2024-09-09T08:37:04Z")

</div>

Thank you @Yunus

@robro did the previos answer help you? This is how I would do that.
