terraform-kubernetes-helm
terraform-kubernetes-helm copied to clipboard
Update the Tiller resource mgmt role to strip RBAC permissions
The default Tiller resource mgmt role should not include RBAC permissions, as that makes it easy to break the sandbox. Instead, provide a separate, _with_rbac
role that can be used should the user want to grant RBAC permissions to the deployed tiller instance.