File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
pkg/operator/data/charts/reactivejob-operator Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : reactivejob-operator
3
3
description : A Helm chart for https://github.com/sap/reactivejob-operator
4
4
type : application
5
- version : 0.1.28
5
+ version : 0.1.29
6
6
appVersion : v0.1.27
Original file line number Diff line number Diff line change 1
1
# reactivejob-operator
2
2
3
- ![ Version: 0.1.28 ] ( https://img.shields.io/badge/Version-0.1.28 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.27] ( https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square )
3
+ ![ Version: 0.1.29 ] ( https://img.shields.io/badge/Version-0.1.29 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.27] ( https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square )
4
4
5
5
A Helm chart for https://github.com/sap/reactivejob-operator
6
6
Original file line number Diff line number Diff line change @@ -118,3 +118,20 @@ roleRef:
118
118
apiGroup : rbac.authorization.k8s.io
119
119
kind : ClusterRole
120
120
name : {{ include "reactivejob-operator.fullname" . }}
121
+ ---
122
+ apiVersion : rbac.authorization.k8s.io/v1
123
+ kind : ClusterRole
124
+ metadata :
125
+ name : {{ include "reactivejob-operator.fullname" . }}-view
126
+ labels :
127
+ rbac.authorization.k8s.io/aggregate-to-view : " true"
128
+ {{- include "reactivejob-operator.labels" . | nindent 4 }}
129
+ rules :
130
+ - apiGroups :
131
+ - batch.cs.sap.com
132
+ resources :
133
+ - reactivejobs
134
+ verbs :
135
+ - list
136
+ - get
137
+ - watch
You can’t perform that action at this time.
0 commit comments