This repository was archived by the owner on Sep 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
chart/k8sprom-patch-controller Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ keywords:
12
12
name : k8sprom-patch-controller
13
13
sources :
14
14
- https://github.com/DoodleScheduling/k8sprom-patch-controller
15
- version : 0.4 .0
15
+ version : 0.5 .0
Original file line number Diff line number Diff line change 22
22
{{- if .Values.kubeRBACProxy.enabled }}
23
23
port : https
24
24
scheme : https
25
+ bearerTokenSecret :
26
+ key : token
27
+ name : {{ template "k8sprom-patch-controller.serviceAccountName" . }}
25
28
tlsConfig :
26
29
insecureSkipVerify : true
27
30
{{- else }}
Original file line number Diff line number Diff line change
1
+ {{- if .Values.serviceAccount.create -}}
2
+ apiVersion : v1
3
+ kind : Secret
4
+ metadata :
5
+ name : {{ template "k8sprom-patch-controller.serviceAccountName" . }}
6
+ labels :
7
+ app.kubernetes.io/name : {{ include "k8sprom-patch-controller.name" . }}
8
+ app.kubernetes.io/instance : {{ .Release.Name }}
9
+ app.kubernetes.io/managed-by : {{ .Release.Service }}
10
+ helm.sh/chart : {{ include "k8sprom-patch-controller.chart" . }}
11
+ annotations :
12
+ kubernetes.io/service-account.name : {{ template "k8sprom-patch-controller.serviceAccountName" . }}
13
+ type : kubernetes.io/service-account-token
14
+ {{- end -}}
Original file line number Diff line number Diff line change @@ -125,6 +125,6 @@ prometheusRule:
125
125
rules : []
126
126
127
127
kubeRBACProxy :
128
- enabled : false
128
+ enabled : true
129
129
130
130
tolerations : []
You can’t perform that action at this time.
0 commit comments