File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ annotations:
22
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
23
24
24
type : application
25
- version : 0.5.11
25
+ version : 0.5.12
26
26
appVersion : release-0.7.12
Original file line number Diff line number Diff line change
1
+ {{- if .Values.rbac.create -}}
1
2
---
2
3
apiVersion : rbac.authorization.k8s.io/v1
3
4
kind : ClusterRole
@@ -28,3 +29,4 @@ subjects:
28
29
- kind : ServiceAccount
29
30
name : {{ include "kepler.serviceAccountName" . }}
30
31
namespace : {{ .Release.Namespace }}
32
+ {{- end }}
Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ service:
72
72
type : ClusterIP
73
73
port : 9102
74
74
75
+
76
+ rbac :
77
+ # Specifies whether rbac should be created
78
+ create : true
79
+
75
80
serviceAccount :
76
81
# Specifies whether a service account should be created
77
82
create : true
You can’t perform that action at this time.
0 commit comments