You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control plane is the source of truth in managed mode. So, any direct changes made by the user on the workload cluster must be reverted by the agent. We have already added this functionality for apps. We need to follow a similar logic for AppProjects and Repositories.
Steps to reproduce the behaviour
Create an AppProject/Repository on the control plane
The resource will get synced to the workload cluster
Make changes to the resource on the workload cluster
The changes are not reverted.
Expected behavior
The agent must revert any direct changes made to the resources on the workload cluster.
Additional context
Add any other context about the problem here.