Skip to content
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

Unable to build kubernetes objects from release manifest (unknown object type "nil" in ConfigMap.data.EMAIL_*) #2

Open
aded opened this issue Aug 31, 2020 · 1 comment

Comments

@aded
Copy link

aded commented Aug 31, 2020

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.

@andrealeo83
Copy link
Contributor

Fixed 7d07c5c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants