forked from willdavsmith/radius-flux-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbla.yaml
82 lines (82 loc) · 1.56 KB
/
bla.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
meta.helm.sh/release-name: tf-controller
meta.helm.sh/release-namespace: flux-system
creationTimestamp: "2024-12-06T12:34:09Z"
labels:
app.kubernetes.io/managed-by: Helm
helm.toolkit.fluxcd.io/name: tf-controller
helm.toolkit.fluxcd.io/namespace: flux-system
name: tf-manager-role
resourceVersion: "13149265"
uid: 74420807-76eb-40ff-a155-20fa3403bf90
rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- serviceaccounts
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- infra.contrib.fluxcd.io
resources:
- terraforms
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- infra.contrib.fluxcd.io
resources:
- terraforms/finalizers
verbs:
- create
- delete
- get
- patch
- update
- apiGroups:
- infra.contrib.fluxcd.io
resources:
- terraforms/status
verbs:
- get
- patch
- update
- apiGroups:
- source.toolkit.fluxcd.io
resources:
- buckets
- gitrepositories
- ocirepositories
verbs:
- get
- list
- watch
- create
- delete
- apiGroups:
- source.toolkit.fluxcd.io
resources:
- buckets/status
- gitrepositories/status
- ocirepositories/status
verbs:
- get