Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Dec 13, 2024
1 parent a94ab29 commit 69643bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provision/workspace/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func SyncRoutingToCluster(
return nil, nil, statusMsg, &dwerrors.RetryError{Message: statusMsg, RequeueAfter: 5 * time.Second}
}

// Configure securityContext for pod additions, for example che-gateway container
// https://github.com/eclipse-che/che/issues/22747
if clusterRouting.Status.PodAdditions != nil {
for i, container := range clusterRouting.Status.PodAdditions.Containers {
Expand Down

0 comments on commit 69643bf

Please sign in to comment.