Helm - Disable mongod encryption

Is there is way to disable mongod encryption from values.yaml in percona helm chart? currently it’s enabled by default

mongod:

    security:
      redactClientLogData: false
      enableEncryption: true
      encryptionKeySecret: percona-server-psmdb-mongodb-encryption-key
      encryptionCipherMode: AES256-CBC
1 Like