Skip to content

Commit

Permalink
Another test round
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian J <[email protected]>
  • Loading branch information
derjust committed Nov 23, 2021
1 parent 3db8036 commit 4057729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/apis/rollouts/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollout/temlateref.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (r *informerBasedTemplateResolver) updateRolloutsReferenceAnnotation(obj in
ro.Spec.Template.Spec.Containers = []corev1.Container{}
_, err := r.argoprojclientset.ArgoprojV1alpha1().Rollouts(ro.Namespace).Update(context.TODO(), ro, v1.UpdateOptions{})
if err != nil {
log.Errorf("Cannot update the workload-ref/annotation for %s/%s: %v", ro.GetName(), ro.GetNamespace(), err)
log.Errorf("Cannot update the workload-ref/annotation for %s/%s", ro.GetName(), ro.GetNamespace())
}
}
}
Expand Down

0 comments on commit 4057729

Please sign in to comment.