How to remove deprecated settings from opensearch.yml set by opensearch operator

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): Operator 2.8 , Opensearch - 3.1

Describe the issue: I am using OpenSearch operator to configure opensearch cluster and see that operator is adding deprecated parameter plugins.security.ssl.transport.enforce_hostname_verfication to false in opensearch.yml file which is not working, when i try to add transport.ssl.enforce_hostname_verification through additionalConfig i get an error saying one of the settings could be specified but not both. My question is how can i remove the default deprecated setting from opensearch.yml file which is set by operator by default

Configuration:

Relevant Logs or Screenshots:

@sandeepkaukab In the current OpenSearch Operator design, you can’t remove this option from opensearch.yml

As per GitHub, this option is set to true or false depending on whether certs are generated per node or not.

I would suggest reporting it in the OpenSearch Operator GitHub.