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

fix: remove invalid list RBAC for pod/log resource #621

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 28, 2022

  1. Update airflow-role.yaml

    Removing invalid verb: list, from the pods/log resource in airflow role. List is not a valid verb for pods/log as per the kubernetes api spec. It appears that the only valid verb for pods/log is get, see: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#get-read-log-of-the-specified-pod
    
    Signed-off-by: John Arnesen <arnesenfamily@gmail.com>
    arnesenfamily committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    faa3212 View commit details
    Browse the repository at this point in the history