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

Copy serviceAccountName to affinity-assistant #3751

Closed

Commits on Feb 4, 2021

  1. Copy serviceAccountName to affinity-assistant

    When a serviceAccountName is specified on a PipelineRun, all Pods that
    execute the constituent Tasks run with the specified ServiceAccount. If
    an Affinity Assistant pod is launched, it should also run with the same
    ServiceAccount. This ensures that cluster policies apply consistently to
    Tekton-launched Pods, and it avoids use of the "default" ServiceAccount
    that is discouraged by some Kubernetes security experts.
    ewolak-sq committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5d30456 View commit details
    Browse the repository at this point in the history