Skip to content

Commit

Permalink
Update Pod with labels
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Feb 27, 2024
1 parent 29bdc40 commit ba30a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/performance/framework/workload_pod/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func Update(ctx context.Context, kClient kubernetes.Interface, namespace, podNam
ObjectMeta: metav1.ObjectMeta{
Name: pod.Name,
Namespace: pod.Namespace,
Labels: pod.Labels,
},
Spec: pod.Spec,
}
Expand Down

0 comments on commit ba30a5c

Please sign in to comment.