Files
argo-cd/gitops-engine/pkg/diff/testdata/aggr-clusterrole-config.json
Leonardo Luz Almeida bcc0243f1e prepare repo for migration to ArgoCD repo
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2025-09-23 10:05:42 -04:00

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