'Changing POD Names from Helm Chart

I'm doing a bit of changing to the values of the helm chat before deployment, and I'd like to get rid of the -0 that is being appended to the POD names during each new deployment

POD's

From some troubleshooting, it looks as though the -{number} is being appended per the amount of replicas that I'm using. I'm using the helm repo (opensearch/opensearch) for my deployments.

Does anyone have any ideas? I looked through the template within the chart, and can't "seem" to find anything directly referencing this



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source