Hardcoded Passwords in Kubernetes config maps

While reviewing the config maps of the Jenkins Kubernetes service, it was found that passwords are hardcoded and stored in clear text inside the config map “jenkins-ci”.

Is there any plan to change that behavior that has an impact on security?

What kubernetrs service?are you talking about the helm chart? The operator? So.ething else?

Can you find the hard coded value in GitHub - jenkinsci/helm-charts: Jenkins community Helm charts

They are different ways to manage secrets when you have a Jenkins controller running on Kubernetes as explained here. That being said, we may have missed something, so please provide more information in DM if you think that it may compromise systems.