argo-cd/pkg/diff/testdata/aggr-clusterrole-config.json

20 lines
416 B
JSON
Raw Normal View History

2020-05-15 20:01:24 +00:00
{
"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"
}
}
]
}
}