dotfiles/terranix/main/kubernetes/generated/istio-istiod/default.ClusterRoleBinding.istiod-clusterrole-1-20-2-istio-system.nix
magic_rb 69b84c09af
Bump uk3s.nix
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-04-07 14:02:17 +02:00

23 lines
500 B
Nix

{
apiVersion = "rbac.authorization.k8s.io/v1";
kind = "ClusterRoleBinding";
metadata = {
labels = {
app = "istiod";
release = "istio-istiod";
};
name = "istiod-clusterrole-1-20-2-istio-system";
};
roleRef = {
apiGroup = "rbac.authorization.k8s.io";
kind = "ClusterRole";
name = "istiod-clusterrole-1-20-2-istio-system";
};
subjects = [
{
kind = "ServiceAccount";
name = "istiod-1-20-2";
namespace = "istio-system";
}
];
}