diff --git a/swh/templates/loaders/deployment.yaml b/swh/templates/loaders/deployment.yaml --- a/swh/templates/loaders/deployment.yaml +++ b/swh/templates/loaders/deployment.yaml @@ -111,7 +111,11 @@ volumeMounts: - name: configuration mountPath: /etc/swh + - name: localstorage + mountPath: /tmp volumes: + - name: localstorage + emptyDir: {} - name: configuration emptyDir: {} - name: configuration-template