Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SecurityContext to Eventlistener containers #1494

Merged
merged 1 commit into from
Feb 14, 2023

Commits on Jan 9, 2023

  1. Add SecurityContext to Eventlistener containers

    The security context is the same one that is applied to other Tekton workloads
    such as the Triggers and Pipeline controller pods. Eventlisteners already run
    as non-root, non-privileged containers. Adding this setting allows them to run
    in environments with pod security admission set to "restricted" (such as the
    tekton-pipelines namespace)
    
    Fixes tektoncd#1490
    
    Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
    dibyom committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c8cd8b3 View commit details
    Browse the repository at this point in the history