| Laura Fitzgerald as you asked following the main points that I can remember now.
- Check trello card acceptance
- Ensure that the operator is installed and MSS and its DB
- Ensure that DB is using the values created by the Service in its ENV VARs
- Ensure that the create/delete app is working ( check if the SDKConfigMap was created as the app is stored in the DB/Server)
- Ensure that is not possible apply APP CR in a namespace which is not defined as APP_NAMESPACES Env Var of the operator
- Ensure that the README is clear and has all info
- Ensure that is not possible install the Service and DB in another namespace just into the operator one
- Ensure that after creating, delete and create an app with the same appID it was a creation/soft delete/update in the Service side.
- Ensure that when we re-apply the same APP CR ( same appID ) but with a new name the name will be updated in the Service Side. Check the SDKConfigMap was well.
|