Currently, if the ManagedServiceAccount exists in a managed cluster namespace, we skip following updates from the mesh controller reconciliation.
If the user changes the tokenValidity field value on the mesh CR spec, we should update the existing ManagedServiceAccount resource(s)' spec value instead of using the old value.
Currently, if the
ManagedServiceAccountexists in a managed cluster namespace, we skip following updates from the mesh controller reconciliation.If the user changes the
tokenValidityfield value on the mesh CR spec, we should update the existingManagedServiceAccountresource(s)' spec value instead of using the old value.