templates.deployment.airflow.airflow-role.yaml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
namespace: {{ default .Release.Namespace .Values.serviceaccount.namespace }}
name: airflow
rules:
- apiGroups: ["", "metrics.k8s.io", "extensions", "apps"] # "" indicates the core API group
resources: ["pods", "pods/log", "configmaps", "persistentvolumeclaims", "services"]
verbs: ["*"]
- apiGroups: ["sparkoperator.k8s.io"]
resources: ["*"]
verbs: ["*"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy