-
Notifications
You must be signed in to change notification settings - Fork 352
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
Store integration code in a configmap #54
Comments
I was thinking to keep the CR self contained as much as possible. We can use the configmap strategy as mechanism to put the code into the pod. In this scenario, the configmap is created by the operator to inject the code. The user updates the CR, the operator reflects the changes into the configmap, then refreshes the deployment. |
We are talking here about a technical configmap. There'll be cases where we want to let users externalize configuration in configmaps and secrets, but that is a different story. |
We do store the integration code inside the Integration CRD but it would be better to have a default strategy that stores it in a configmap and mount them to the runtime pod
The text was updated successfully, but these errors were encountered: