Skip to content

Commit 6b508a1

Browse files
Update chart (triggered by operator helm release 0.1.29)
Repository: SAP/reactivejob-operator-helm Release: 0.1.29 Commit: f7085ef619ddd42dcf10ae6bd35cc68bb5c27100
1 parent 8b11860 commit 6b508a1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

pkg/operator/data/charts/reactivejob-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: reactivejob-operator
33
description: A Helm chart for https://github.com/sap/reactivejob-operator
44
type: application
5-
version: 0.1.28
5+
version: 0.1.29
66
appVersion: v0.1.27

pkg/operator/data/charts/reactivejob-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactivejob-operator
22

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)
44

55
A Helm chart for https://github.com/sap/reactivejob-operator
66

pkg/operator/data/charts/reactivejob-operator/templates/rbac.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,20 @@ roleRef:
118118
apiGroup: rbac.authorization.k8s.io
119119
kind: ClusterRole
120120
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

0 commit comments

Comments
 (0)