Skip to content

Commit

Permalink
Implement set-security-context feature for affinity assistant containers
Browse files Browse the repository at this point in the history
Ensures that when using Affinity Assistant, one can adhere to restricted pod security standards.

Enables users to apply a container level securityContext for Affinity Assistants.
  • Loading branch information
kristofferchr committed Feb 6, 2025
1 parent 0844233 commit 2e6eb12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/reconciler/pipelinerun/affinity_assistant.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import (
"errors"
"fmt"

pipelinePod "github.com/tektoncd/pipeline/pkg/pod"

"github.com/tektoncd/pipeline/pkg/apis/config"
"github.com/tektoncd/pipeline/pkg/apis/pipeline"
"github.com/tektoncd/pipeline/pkg/apis/pipeline/pod"
Expand Down

0 comments on commit 2e6eb12

Please sign in to comment.