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

Merge affinity from podtempalte and affinity-assistant #5306

Merged

Commits on Sep 8, 2022

  1. Merge affinity from podtempalte and affinity-assistant

    No matter user provide affinity in podtemplate or not the
    affinity-assistant will overwrite the affinity in pod.
    
    However if user set affinity in podtemplate merge
    podtemplate's affinity with affinity-assistant's affinity
    is better way.
    
    So we inject the affinity of the affinity-assitant into the
    affinity of the podtempalte as the affinity of the pod to
    make sure that all the affinities work properly.
    
    Related Issue: tektoncd#5241
    
    Signed-off-by: yuzhipeng <yuzp1996@qq.com>
    yuzp1996 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    723d147 View commit details
    Browse the repository at this point in the history