Skip to content

Commit

Permalink
rm rbac whitelisted resources
Browse files Browse the repository at this point in the history
Due to broken whitelisting of rbac
  • Loading branch information
george-angel committed Apr 17, 2018
1 parent 7fe6a1c commit c0bdb8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kube/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ var pruneWhitelist = []string{
"core/v1/ServiceAccount",
"extensions/v1beta1/Ingress",
"networking.k8s.io/v1/NetworkPolicy",
"rbac/v1/ClusterRole",
"rbac/v1/ClusterRoleRoleBinding",
"rbac/v1/Role",
"rbac/v1/RoleBinding",
}

// AutomaticDeploymentOption type used for labels
Expand Down

0 comments on commit c0bdb8c

Please sign in to comment.