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
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
I want: the deployment object in spektate to contain everything including the cluster sync statuses
So that: I don't have to write logic on client side (cli or dashboard) to tie cluster names to each deployment
Describe the solution you'd like:
Currently, the storage does not get information about repository names/URLs, so it's unable to make requests to get cluster sync statuses for the deployments it returns. The dashboard and cli is having to get manifest repository URL from config file and make an extra request (through the spektate package), and display this information.
Make this cluster sync status a part of deployment object in spektate back end
Update scripts in pipelines to capture repository URLs from each pipeline