Skip to content

Commit 9285fe0

Browse files
authored
chore: make service account token mounting configurable (#3177)
1 parent dc7554f commit 9285fe0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

helm-chart/renku-core/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
{{- include "certificates.initContainer" $ | nindent 8 }}
5050
securityContext:
5151
{{- toYaml $.Values.podSecurityContext | nindent 8 }}
52-
automountServiceAccountToken: false
52+
automountServiceAccountToken: {{ $.Values.global.debug }}
5353
containers:
5454
{{ if $.Values.metrics.enabled }}
5555
- name: {{ $.Chart.Name}}-rqmetrics

helm-chart/renku-core/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ global:
2828
renku-redis-host: "true"
2929
existingSecret: redis-secret
3030
existingSecretPasswordKey: redis-password
31+
32+
debug: false
3133
# base path - this is the reverse proxy base path
3234
apiBasePath: /api
3335
cacheDirectory: /svc/cache

0 commit comments

Comments
 (0)