diff --git a/deploy/executor-ns-watcher-rbac.yaml b/deploy/executor-ns-watcher-rbac.yaml deleted file mode 100644 index 29779531..00000000 --- a/deploy/executor-ns-watcher-rbac.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: fission-executor-ns-watcher - labels: - app: fission-executor -rules: - - apiGroups: [""] - resources: ["namespaces"] - verbs: ["list", "watch"] ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: fission-executor-ns-watcher - labels: - app: fission-executor -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: fission-executor-ns-watcher -subjects: - - kind: ServiceAccount - name: fission-executor - namespace: fission