danielcastropalomares

Results 1 comments of danielcastropalomares

I followed these steps to add SMTP credentials to Helm with a keystore: 1. Create the secrets in k8s: ``` kubectl create secret generic -n notifications-core-mail --from-literal=opensearch.notifications.core.email..username= kubectl create secret...