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 7fb0915 commit 953496dCopy full SHA for 953496d
charts/sourcegraph/templates/precise-code-intel/worker.Deployment.yaml
@@ -96,6 +96,8 @@ spec:
96
securityContext:
97
{{- toYaml .Values.preciseCodeIntel.containerSecurityContext | nindent 10 }}
98
volumeMounts:
99
+ - mountPath: /tmp
100
+ name: tmpdir
101
{{- if .Values.preciseCodeIntel.extraVolumeMounts }}
102
{{- toYaml .Values.preciseCodeIntel.extraVolumeMounts | nindent 8 }}
103
{{- end }}
@@ -113,6 +115,8 @@ spec:
113
115
114
116
{{- include "sourcegraph.renderServiceAccountName" (list . "preciseCodeIntel") | trim | nindent 6 }}
117
volumes:
118
+ - emptyDir: {}
119
120
{{- if .Values.preciseCodeIntel.extraVolumes }}
121
{{- toYaml .Values.preciseCodeIntel.extraVolumes | nindent 6 }}
122
0 commit comments