Resolve "change-admin-password-hook.yml leaks password in job args when setting password via values.yaml"
requested to merge 158-change-admin-password-hook-yml-leaks-password-in-job-args-when-setting-password-via-values-yaml into main
General MR
Summary
Remove the helm templating that would expose the password and replaced with environment variable.
Relevant logs/screenshots
Set the password via overrides and was successfully able to log in as the admin user.
addons:
sonarqube:
enabled: true
values:
account:
adminPassword: potato!
Linked Issue
Issue #158
Upgrade Notices
N/A
Edited by Nigel Bazzeghin