File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
charts/kubernetes-dashboard Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ spec:
100
100
{{- end }}
101
101
{{- end }}
102
102
103
+ automountServiceAccountToken : {{ .Values.api.automountServiceAccountToken }}
104
+
103
105
{{- with .Values.app.security.securityContext }}
104
106
securityContext :
105
107
{{ toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ spec:
101
101
{{- end }}
102
102
{{- end }}
103
103
104
+ automountServiceAccountToken : {{ .Values.auth.automountServiceAccountToken }}
105
+
104
106
{{- with .Values.app.security.securityContext }}
105
107
securityContext :
106
108
{{ toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 98
98
{{- end }}
99
99
{{- end }}
100
100
101
+ automountServiceAccountToken : {{ .Values.metricsScraper.automountServiceAccountToken }}
102
+
101
103
{{- with .Values.app.security.securityContext }}
102
104
securityContext :
103
105
{{ toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 95
95
{{- end }}
96
96
{{- end }}
97
97
98
+ automountServiceAccountToken : {{ .Values.web.automountServiceAccountToken }}
99
+
98
100
{{- with .Values.app.security.securityContext }}
99
101
securityContext :
100
102
{{ toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ auth:
143
143
limits :
144
144
cpu : 250m
145
145
memory : 400Mi
146
+ automountServiceAccountToken : false
146
147
volumes :
147
148
# Create on-disk volume to store exec logs (required)
148
149
- name : tmp-volume
192
193
limits :
193
194
cpu : 250m
194
195
memory : 400Mi
196
+ automountServiceAccountToken : true
195
197
# Additional volumes
196
198
# - name: dashboard-kubeconfig
197
199
# secret:
246
248
limits :
247
249
cpu : 250m
248
250
memory : 400Mi
251
+ automountServiceAccountToken : true
249
252
# Additional volumes
250
253
# - name: dashboard-kubeconfig
251
254
# secret:
@@ -305,6 +308,7 @@ metricsScraper:
305
308
port : 8000
306
309
initialDelaySeconds : 30
307
310
timeoutSeconds : 30
311
+ automountServiceAccountToken : true
308
312
# Additional volumes
309
313
# - name: dashboard-kubeconfig
310
314
# secret:
You can’t perform that action at this time.
0 commit comments