File tree Expand file tree Collapse file tree 3 files changed +87
-0
lines changed
development/tekton-kueue-monitoring
production/base/tekton-kueue-monitoring
staging/base/tekton-kueue-monitoring Expand file tree Collapse file tree 3 files changed +87
-0
lines changed Original file line number Diff line number Diff line change 76
76
selector :
77
77
matchLabels :
78
78
app.kubernetes.io/name : tekton-kueue-webhook
79
+ ---
80
+ kind : Role
81
+ apiVersion : rbac.authorization.k8s.io/v1
82
+ metadata :
83
+ name : tekton-kueue-metrics-read
84
+ rules :
85
+ - verbs :
86
+ - get
87
+ - list
88
+ - watch
89
+ apiGroups :
90
+ - ' '
91
+ resources :
92
+ - services
93
+ - endpoints
94
+ - pods
95
+ ---
96
+ kind : RoleBinding
97
+ apiVersion : rbac.authorization.k8s.io/v1
98
+ metadata :
99
+ name : tekton-kueue-prometheus-k8s-read-binding
100
+ subjects :
101
+ - kind : ServiceAccount
102
+ name : prometheus-k8s
103
+ namespace : openshift-monitoring
104
+ roleRef :
105
+ apiGroup : rbac.authorization.k8s.io
106
+ kind : Role
107
+ name : tekton-kueue-metrics-read
Original file line number Diff line number Diff line change 76
76
selector :
77
77
matchLabels :
78
78
app.kubernetes.io/name : tekton-kueue-webhook
79
+ ---
80
+ kind : Role
81
+ apiVersion : rbac.authorization.k8s.io/v1
82
+ metadata :
83
+ name : tekton-kueue-metrics-read
84
+ rules :
85
+ - verbs :
86
+ - get
87
+ - list
88
+ - watch
89
+ apiGroups :
90
+ - ' '
91
+ resources :
92
+ - services
93
+ - endpoints
94
+ - pods
95
+ ---
96
+ kind : RoleBinding
97
+ apiVersion : rbac.authorization.k8s.io/v1
98
+ metadata :
99
+ name : tekton-kueue-prometheus-k8s-read-binding
100
+ subjects :
101
+ - kind : ServiceAccount
102
+ name : prometheus-k8s
103
+ namespace : openshift-monitoring
104
+ roleRef :
105
+ apiGroup : rbac.authorization.k8s.io
106
+ kind : Role
107
+ name : tekton-kueue-metrics-read
Original file line number Diff line number Diff line change 76
76
selector :
77
77
matchLabels :
78
78
app.kubernetes.io/name : tekton-kueue-webhook
79
+ ---
80
+ kind : Role
81
+ apiVersion : rbac.authorization.k8s.io/v1
82
+ metadata :
83
+ name : tekton-kueue-metrics-read
84
+ rules :
85
+ - verbs :
86
+ - get
87
+ - list
88
+ - watch
89
+ apiGroups :
90
+ - ' '
91
+ resources :
92
+ - services
93
+ - endpoints
94
+ - pods
95
+ ---
96
+ kind : RoleBinding
97
+ apiVersion : rbac.authorization.k8s.io/v1
98
+ metadata :
99
+ name : tekton-kueue-prometheus-k8s-read-binding
100
+ subjects :
101
+ - kind : ServiceAccount
102
+ name : prometheus-k8s
103
+ namespace : openshift-monitoring
104
+ roleRef :
105
+ apiGroup : rbac.authorization.k8s.io
106
+ kind : Role
107
+ name : tekton-kueue-metrics-read
You can’t perform that action at this time.
0 commit comments