This message was deleted.
# fleet
a
This message was deleted.
m
Which information would you want it to report back?
a
What I am looking for is a way to report back Bundle state transations back to e.g the pull-request in the git repo which which is the source of the GitOps process. i.e the following state transition: Ready -> WaitModified -> NotReady -> Ready/ErrApply
I know this information is available in Rancher, but would like a user experience where only one location is required for GitOps changes, but also to monitoring progress of your updates.
m
You can maybe create a CronJob or even better, a custom operator, that connects to rancher's API, take this information and report it to a messaging system. @aloof-honey-35027