argo-cd/pkg/diff/testdata/aggr-clusterrole-config.json
2020-05-28 17:18:31 -07:00

19 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"
}
}
]
}
}