Is there a way for me to add secrets into a helm chart yaml?

I am trying to add a new catalog to my helm chart but I am having some issues. I am using the official helm chart to add a new Postgres catalog to Trino. The issue I am having that is the password and the user to postgres are in a secret in my cluster. Is there a way for me to somehow add that into the yaml?

Answer: You need Trino secrets!

Recent releases of the Helm chart added support for secrets and configuration of secrets from a secret store in k8s.