diff --git a/kube/services/funnel/funnel-role-binding.yaml b/kube/services/funnel/funnel-role-binding.yaml index 6c110dabe..93bc37009 100644 --- a/kube/services/funnel/funnel-role-binding.yaml +++ b/kube/services/funnel/funnel-role-binding.yaml @@ -2,7 +2,6 @@ kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: funnel-rolebinding - namespace: default subjects: - kind: ServiceAccount name: funnel-sa diff --git a/kube/services/funnel/funnel-role.yaml b/kube/services/funnel/funnel-role.yaml index 029602882..6f725065e 100644 --- a/kube/services/funnel/funnel-role.yaml +++ b/kube/services/funnel/funnel-role.yaml @@ -1,7 +1,6 @@ kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: - namespace: default name: funnel-role rules: - apiGroups: [""]