Getting Security Config Changes Applied to Helm Chart Pods

Hello, I noticed that there is no way (by default, and at least that I can see), from within the OpenSearch helm chart to commit changes to the ‘.opendistro-security’ index by executing ‘adminsecurity.sh’ on start up. I was thinking an InitContainer, but the REST API would have to be up and running and listening on port 9300 first before the script could run.

Does anyone have any ideas how to get that script to run after pod is running automatically, or another way to commit changes that are made to the security config via the ‘securityConfig.config.data’ logic?