Skip to content

Instantly share code, notes, and snippets.

@snjypl
Created January 20, 2023 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snjypl/aeebe582be0190e483163224f9c966e7 to your computer and use it in GitHub Desktop.
Save snjypl/aeebe582be0190e483163224f9c966e7 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
annotations:
meta.helm.sh/release-name: airflowlocal
meta.helm.sh/release-namespace: airflow
labels:
app.kubernetes.io/managed-by: Helm
chart: airflow-1.7.0
heritage: Helm
release: airflowlocal
tier: airflow
name: airflowlocal-pod-launcher-rolebinding
namespace: airflow
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: airflowlocal-pod-launcher-role
subjects:
- kind: ServiceAccount
name: airflowlocal-scheduler
namespace: airflow
- kind: ServiceAccount
name: airflowlocal-webserver
namespace: airflow
- kind: ServiceAccount
name: airflowlocal-worker
namespace: airflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment