Skip to content

Commit 69643bf

Browse files
committed
Add comment
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent a94ab29 commit 69643bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/provision/workspace/routing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func SyncRoutingToCluster(
5656
return nil, nil, statusMsg, &dwerrors.RetryError{Message: statusMsg, RequeueAfter: 5 * time.Second}
5757
}
5858

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

0 commit comments

Comments
 (0)