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 has been archived by the owner on Nov 1, 2022. It is now read-only.
When the daemon syncs it has the following behaviour:
Clone repo and invoke kubectl apply for all resources
Determine all services that have changed since the last sync
Send a history.EventSync
Send a history.EventRelease or history.EventAutoRelease event for every release commit since the last sync
Because the release commit notes do not contain a list of affected service IDs for that specific commit (it just hast the release spec) the daemon includes the list of services affected by the entire sync operation in each event sent in step 4. If the sync contains only one release commit, this is correct; if it contains more than one release commit, it will incorrectly detail that each commit affected the total set of services.
The text was updated successfully, but these errors were encountered:
When the daemon syncs it has the following behaviour:
kubectl apply
for all resourceshistory.EventSync
history.EventRelease
orhistory.EventAutoRelease
event for every release commit since the last syncBecause the release commit notes do not contain a list of affected service IDs for that specific commit (it just hast the release spec) the daemon includes the list of services affected by the entire sync operation in each event sent in step 4. If the sync contains only one release commit, this is correct; if it contains more than one release commit, it will incorrectly detail that each commit affected the total set of services.
The text was updated successfully, but these errors were encountered: