Skip to content

Commit

Permalink
Change build-operator to shipwright-build-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 authored and HeavyWombat committed Mar 8, 2021
1 parent fbc5c48 commit f8757f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/load/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func registerSingleBuild(kubeAccess KubeAccess, namespace string, name string, b
var buildRegisteredTime time.Time

for _, mf := range build.ManagedFields {
if mf.Operation == metav1.ManagedFieldsOperationUpdate && mf.Manager == "build-operator" {
if mf.Operation == metav1.ManagedFieldsOperationUpdate && mf.Manager == "shipwright-build-controller" {
buildRegisteredTime = mf.Time.Time
}
}
Expand Down

0 comments on commit f8757f2

Please sign in to comment.