-
Notifications
You must be signed in to change notification settings - Fork 14
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
Mendix namespace is hardcoded #8
Comments
Thanks for sharing this. The hardcoded namespace is by design. This project is meant to ease the try out of Mendix on an EKS environment, automating any resource-related configuration at expense of certain rigidity as you noticed. Nevertheless, you can install another namespaces following the regular steps of Mendix for Private Cloud. Bear in mind, adding more than three app environments - already preconfigured - might degrade the overall performance as warned in the documentation:
We may change the scope of this project in the future, adding more capabilities and flexibility, attending customer's feedback. And we will update the documentation accordingly. |
Hello and thanks for this feedback.
And move the mendix_installer helm_release resource to a dedicated module :
|
Enhance to handle variable namespaces and mutiple namespaces if needed. Raised by @atheiman
The helm chart seems to assume Mendix will only be registered within one namespace. What would need to change to register multiple namespaces into Mendix? We have found “mendix” namespace hardcoded in a few spots in the helm chart and tried to change the chart to support deploying to multiple namespaces, but we want your opinions on what needs to be considered before we deploy the helm chart into multiple namespaces using multiple terraform helm_release resources.
The text was updated successfully, but these errors were encountered: