You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.EMAIL_HOST, unknown object type "nil" in ConfigMap.data.EMAIL_PORT, unknown object type "nil" in ConfigMap.data.EMAIL_SECURE, unknown object type "nil" in ConfigMap.data.EMAIL_USERNAME]
But those data are not set because email settings are disabled.
The text was updated successfully, but these errors were encountered:
When trying to install with default value
EMAIL_ENABLED: false
I catch the following error:
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.EMAIL_HOST, unknown object type "nil" in ConfigMap.data.EMAIL_PORT, unknown object type "nil" in ConfigMap.data.EMAIL_SECURE, unknown object type "nil" in ConfigMap.data.EMAIL_USERNAME]
But those data are not set because email settings are disabled.
The text was updated successfully, but these errors were encountered: