nais / teams-backend

NAIS teams is a API server for team creation and propagation to external systems.
MIT License
3 stars 0 forks source link

Change reconciler order #78

Closed christeredvartsen closed 1 year ago

christeredvartsen commented 1 year ago

We need to update the order of the reconcilers so that the ones with no other dependencies are triggered first. Currently the NAIS namespace reconciler might have a dependency to the Azure AD group reconciler, which is triggered after the NAIS namespace reconciler.

Somewhat related to #22.