1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00

bug fixed

This commit is contained in:
evalsocket 2020-07-10 17:44:54 -07:00
parent 67920cf194
commit e7c486c196

View file

@ -165,6 +165,7 @@ func IsRoleAuthorize(rbLister rbaclister.RoleBindingLister, crbLister rbaclister
}
}
}
return false, nil
}
// User or Group
excludeDevelopmentRole := []string{"minikube-user", "kubernetes-admin"}