Skip to content

Commit 6bd9de1

Browse files
committed
remove identifier from environmentrequest.Labels
Change-Id: I4ff9ebcbdba71ade4a24a151e6bf3e41127cbb4f
1 parent 715d3b0 commit 6bd9de1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/environmentrequest_controller.go

-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ func (r EnvironmentRequestReconciler) environmentProviderJob(ctx context.Context
370370
if identifier == "" {
371371
identifier = string(uuid.NewUUID())
372372
}
373-
environmentrequest.Labels["etos.eiffel-community.github.io/id"] = identifier
374373

375374
labels := map[string]string{
376375
"etos.eiffel-community.github.io/id": identifier,

0 commit comments

Comments
 (0)