-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] front pod error #249
Comments
Hi @Hokwang any reason why you don't want to use self-signed TLS? it's still better than no TLS at all |
Hi @Hokwang, it seems the deployment for mail does not switch out the TLS config. Of course, the error is caused by the deployment looking for the secret to mount as a volume, even though you don't want to use TLS (which, as @fastlorenzo implies, is a concerning decision without understanding your reasons or constraints). If you create a secret with empty values, allowing the deployment to mount a volume (that can be ignored), does your deployment complete ? |
the issue here, is the default is set to false in the chart, so it will always fail .. unless you manually change it to true, so i cant blame the guy if you turned it off by mistake.. i ran into the exact same issue and had to turn selfSigned: false to selfSigned: true... fix the chart. |
Hello, I tryed
With Thanks for your help |
Describe the bug
Hi,
I want to install mailu. This is first time.
I don't want to use tls, cert-manager, ...
In my values.yaml
and then, after install, there's error.
front pod alway have a volume
helm-charts/mailu/templates/front/deployment.yaml
Lines 180 to 188 in 2a8eed8
But there's no secret.
Environment
Additional context
The text was updated successfully, but these errors were encountered: