2024-04-07 13:24:08 +02:00
|
|
|
{
|
|
|
|
apiVersion = "rbac.authorization.k8s.io/v1";
|
|
|
|
kind = "ClusterRoleBinding";
|
|
|
|
metadata = {
|
|
|
|
labels = {
|
|
|
|
app = "istio-reader";
|
|
|
|
release = "istio-istiod";
|
|
|
|
};
|
2024-04-07 14:02:17 +02:00
|
|
|
name = "istio-reader-clusterrole-1-20-2-istio-system";
|
2024-04-07 13:24:08 +02:00
|
|
|
};
|
|
|
|
roleRef = {
|
|
|
|
apiGroup = "rbac.authorization.k8s.io";
|
|
|
|
kind = "ClusterRole";
|
2024-04-07 14:02:17 +02:00
|
|
|
name = "istio-reader-clusterrole-1-20-2-istio-system";
|
2024-04-07 13:24:08 +02:00
|
|
|
};
|
|
|
|
subjects = [
|
|
|
|
{
|
|
|
|
kind = "ServiceAccount";
|
|
|
|
name = "istio-reader-service-account";
|
|
|
|
namespace = "istio-system";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|