helm/pkg/tiller
Steven E. Harris 7ccfc6d7d4 Sort dependent RBAC role and binding kinds
During installation and uninstallation, handle the RBAC-related
ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an
order that respects their potential referential integrity, namely that
ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and
RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts.

Fixes #2199.
2017-03-29 17:31:21 -04:00
..
environment feat(kube): support thirdpartyresources 2017-02-10 11:22:42 -08:00
hooks.go featt(*): add support for test-failure hook 2017-02-14 08:12:30 -08:00
hooks_test.go chore(pkg/releasetesting): add test_suite tests 2017-02-02 11:57:11 -05:00
kind_sorter.go Sort dependent RBAC role and binding kinds 2017-03-29 17:31:21 -04:00
kind_sorter_test.go Sort dependent RBAC role and binding kinds 2017-03-29 17:31:21 -04:00
release_history.go ref(tiller): dry up client/server version checks 2016-12-22 14:23:37 -08:00
release_history_test.go fix(*): import grouping 2016-12-13 09:57:05 -08:00
release_server.go fix(tiller): enforce release name length on uninstall 2017-03-15 14:10:44 -07:00
release_server_test.go Merge remote-tracking branch 'upstream/master' into feat/list-namespaces 2017-02-09 12:00:37 -06:00
resource_policy.go feat(tiller): add support for resource-policy keep 2016-12-07 11:32:10 -05:00
server.go ref(tiller): dry up client/server version checks 2016-12-22 14:23:37 -08:00