From d1fd2dd295b11f39754f31f80e269b5a87b40c6f Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 20 Apr 2020 10:04:28 -0400 Subject: [PATCH] remove namespace from clusterrolebinding --- custom/rbac.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom/rbac.yaml b/custom/rbac.yaml index f354918..7b15113 100644 --- a/custom/rbac.yaml +++ b/custom/rbac.yaml @@ -9,7 +9,6 @@ kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: traefik-custom-controller - namespace: kube-system rules: - apiGroups: - "" @@ -55,7 +54,6 @@ kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: traefik-custom-controller - namespace: kube-system roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole