notifications-controller
doesn't trust certs from argocd-tls-certs-cm
configmap
#15392
Labels
bug
Something isn't working
Describe the bug
notifications-controller
doesn't trust custom certs added intoargocd-tls-certs-cm
causing failures to send notifications to webhook endpoints with self-signed/custom certificates.To Reproduce
argocd-notifications-cm
argocd-tls-certs-cm
notifications-controller
deploymentnotifications-controller
deployment fortls: failed to verify certificate: x509
Expected behavior
notifications-controller
should send notifications successfully to endpoint by trusting custom certs fromargocd-tls-certs-cm
configmapVersion
Logs
Additional Info
The certs from
argocd-tls-certs-cm
are correctly mounted intonotifications-controller
pod at/app/config/tls
path however seems like controller is not reading them.The text was updated successfully, but these errors were encountered: