I am moving my deployment from service to container and was planning on just using env vars…but I ran into this
Use of the environment variables
SONARQUBE_JDBC_USERNAME
,SONARQUBE_JDBC_PASSWORD
, andSONARQUBE_JDBC_URL
is deprecated and will stop working in future releases.
How are these values passed to the container if not via environment variables?