Skip to content

Commit 13808fa

Browse files
authored
always mount tmp dir to operator (#393)
1 parent dde6b2f commit 13808fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/deployment-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ spec:
6464
port: http
6565
resources:
6666
{{- toYaml .Values.resources | nindent 12 }}
67-
{{ if .Values.additionalVolumeMounts }}
6867
volumeMounts:
6968
- name: temp
7069
mountPath: /tmp
71-
{{ toYaml .Values.additionalVolumeMounts | nindent 12 }}
70+
{{ if .Values.additionalVolumeMounts }}
71+
{{ toYaml .Values.additionalVolumeMounts | nindent 12 }}
7272
{{ end }}
7373
- name: {{ .Chart.Name }}-agentk
7474
securityContext:

0 commit comments

Comments
 (0)