Add the missing tmp folder required to make the caddy-ingress-controller work

This commit is contained in:
Marco Vito Moscaritolo 2019-11-10 12:29:13 +01:00 committed by Danny Navarro
parent d36dfde03f
commit 7ead55505b

View File

@ -64,8 +64,14 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
volumeMounts:
- name: tmp
mountPath: /tmp
args:
{{- if .Values.autotls }}
- -tls
- -email={{ .Values.email }}
{{- end }}
{{- end }}
volumes:
- name: tmp
emptyDir: {}