Hey Guys, just found out the additionalVars for sm...
# contributing
t
Hey Guys, just found out the additionalVars for smtp setup for query-service are incorrect in documentation, it would be great to update them for kubernetes setup. Instead of this :
Copy code
queryService:
  additionalEnvs:
    SMTP_ENABLED: "true"
    SMTP_FROM: <email address>
    SMTP_HOST: <smtp host>
    SMTP_PORT: <smtp port>
    SMTP_AUTH_USERNAME: <smtp user>
    SMTP_AUTH_PASSWORD: <smtp password>
It should be this :
Copy code
queryService:
  additionalEnvs:
    SMTP_ENABLED: "true"
    SMTP_FROM: <email address>
    SMTP_HOST: <smtp host>
    SMTP_PORT: <smtp port>
    SMTP_USERNAME: <smtp user>
    SMTP_PASSWORD: <smtp password>
Issue with username and password env vars.
p
Thanks for reporting this.
Would you be open to creating the fix PR? https://github.com/SigNoz/signoz-web
Thanks for your PR 🎉