Hi! I have set smtpVars via k8s helmchart v0.79.1....
# support
u
Hi! I have set smtpVars via k8s helmchart v0.79.1. I seem to be getting x509 error. Is there an option to enable TLS Skip Verify?
n
u
@Nagesh Bansal In which part of helmchart should I put those variables? First, I tried putting alertmanager.config.global.smtp_smarthost, etc. and proceeded, but it didn't work.
I checked in the built-in alertmanager UI, the value has not changed. However, connect to the alertmanager with exec and look at the /etc/alertmanager/alertmanager.yml file, the value I entered is there.
Is SMTP setting for AlertManager also necessary when configuring invitation email?
n
The env should be added like this:
Copy code
signoz:
   additionalEnvs:
      SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__AUTH__USERNAME: ""
Is SMTP setting for AlertManager also necessary when configuring invitation email?
yes, you can follow this doc: https://signoz.io/docs/manage/administrator-guide/configuration/smtp-email-invitations/