We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7554f commit 9285fe0Copy full SHA for 9285fe0
helm-chart/renku-core/templates/deployment.yaml
@@ -49,7 +49,7 @@ spec:
49
{{- include "certificates.initContainer" $ | nindent 8 }}
50
securityContext:
51
{{- toYaml $.Values.podSecurityContext | nindent 8 }}
52
- automountServiceAccountToken: false
+ automountServiceAccountToken: {{ $.Values.global.debug }}
53
containers:
54
{{ if $.Values.metrics.enabled }}
55
- name: {{ $.Chart.Name}}-rqmetrics
helm-chart/renku-core/values.yaml
@@ -28,6 +28,8 @@ global:
28
renku-redis-host: "true"
29
existingSecret: redis-secret
30
existingSecretPasswordKey: redis-password
31
+
32
+ debug: false
33
# base path - this is the reverse proxy base path
34
apiBasePath: /api
35
cacheDirectory: /svc/cache
0 commit comments