Open
Description
Is your feature request related to a problem ?
In the Kube Prometheus Stack values.yaml file I found under AlertManager there is no additionalArgs or extraArgs variable to set additional args.
Describe the solution you'd like.
Add support in the Kubernetes Prometheus stack values file for:
alertManager.alertManagerSpec.additionalArgs: []
So we can set our own config for things like autogomemlimit.
Describe alternatives you've considered.
The values are already set up in Thanos and Prometheus so should be set up for AlertManager also.