Skip to content

Commit d90ed0b

Browse files
Merge pull request #378 from aliceh/pcj
Added metadata.yaml in order to be able to test the pruning cronjob error investigation
2 parents c468a15 + e437675 commit d90ed0b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: pruningcronjoberror
2+
rbac:
3+
roles: []
4+
clusterRoleRules:
5+
- verbs:
6+
- "get"
7+
- "list"
8+
apiGroups:
9+
- "config.openshift.io"
10+
resources:
11+
- clusteroperators
12+
- apiGroups:
13+
- ""
14+
resources:
15+
- pods
16+
- namespaces
17+
verbs:
18+
- get
19+
- list
20+
customerDataAccess: false

0 commit comments

Comments
 (0)