File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
helm-charts/mend-renovate-ee Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : mend-renovate-enterprise-edition
3- version : 6.0.0
3+ version : 6.0.1
44appVersion : 12.0.0
55description : Mend Renovate Enterprise Edition
66home : https://github.com/mend/renovate-ce-ee
Original file line number Diff line number Diff line change 3333 {{- toYaml . | nindent 8 }}
3434 {{- end }}
3535 spec :
36- automountServiceAccountToken : false
36+ automountServiceAccountToken : {{ .Values.renovateServer.automountServiceAccountToken | default false }}
3737 {{- with .Values.renovateServer.podSecurityContext }}
3838 securityContext : {{- toYaml . | nindent 8 }}
3939 {{- end }}
Original file line number Diff line number Diff line change 3434 {{- toYaml . | nindent 8 }}
3535 {{- end }}
3636 spec :
37- automountServiceAccountToken : false
37+ automountServiceAccountToken : {{ .Values.renovateWorker.automountServiceAccountToken | default false }}
3838 {{- with .Values.renovateWorker.podSecurityContext }}
3939 securityContext : {{- toYaml . | nindent 8 }}
4040 {{- end }}
Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ renovateServer:
245245
246246 affinity : { }
247247
248+ automountServiceAccountToken : false
249+
248250 podSecurityContext :
249251 runAsNonRoot : true
250252 seccompProfile :
@@ -441,6 +443,7 @@ renovateWorker:
441443
442444 affinity : { }
443445
446+ automountServiceAccountToken : false
444447
445448 podSecurityContext :
446449 runAsNonRoot : true
You can’t perform that action at this time.
0 commit comments