The Helm Chart does not allow to set a specific securityContext for trust-manager pods and containers.
This is an issue as I need to run containers with specific user ID and securityContext because of cluster policy.
It would be more practical to expose all securityContext parameters in the helm values instead of using hardcoded securityContext in the deployment.
I will submit a PR for this.