Creating Kubenetes External Secrets with Helm Deployment of Sonarqube

I am looking to install sonarqube 9.6.1 where I am leveraging an external Postgresql database. All JDBC Overwrite values are stored in a kubernetes ExternalSecret tied to AWS Secrets Manager. My question is whether or not this is feasible as part of the install. If so is there an option to have the ExternalSecret created with the helm values.yaml file within the extraConfig property or is there another recommended approach. Any help would be greatly appreciated along with examples if possible.

Regards,

Kevin

2 posts were merged into an existing topic: Using Kubernetes external secrets with AWS Secrets Manager