diff --git a/chart/app-templates/crawler.yaml b/chart/app-templates/crawler.yaml index 10a2a22357..5ff7b5ae7f 100644 --- a/chart/app-templates/crawler.yaml +++ b/chart/app-templates/crawler.yaml @@ -74,6 +74,8 @@ spec: {% else %} emptyDir: {} {% endif %} + - name: tmpdir + emptyDir: {} {% if proxy_id %} - name: proxies secret: @@ -189,9 +191,8 @@ spec: - name: crawl-data mountPath: /crawls - - name: crawl-data + - name: tmpdir mountPath: /tmp - subPath: tmp envFrom: - configMapRef: