mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"apiVersion": "rbac.authorization.k8s.io/v1",
|
|
"kind": "ClusterRole",
|
|
"metadata": {
|
|
"name": "test-clusterrole",
|
|
"labels": {
|
|
"app.kubernetes.io/instance": "clusterroles"
|
|
}
|
|
},
|
|
"aggregationRule": {
|
|
"clusterRoleSelectors": [
|
|
{
|
|
"matchLabels": {
|
|
"rbac.example.com/aggregate-to-test": "true"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|