[download-web] /ftp is also needed



commit e673731ed72515851f35913fa79c2507621c9a52
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 11 14:35:54 2019 +0100

    /ftp is also needed

 templates/create-hashes-cron.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/templates/create-hashes-cron.yaml b/templates/create-hashes-cron.yaml
index ee4fc66..e37a170 100644
--- a/templates/create-hashes-cron.yaml
+++ b/templates/create-hashes-cron.yaml
@@ -46,8 +46,10 @@ spec:
                   key: database-password
             imagePullPolicy: Always
             volumeMounts:
-            - mountPath: /download/hashes
+            - mountpath: /download/hashes
               name: download-hashes-data
+            - mountpath: /download/data
+              name: download-ftp-data
           dnsPolicy: ClusterFirst
           restartPolicy: Never
           terminationGracePeriodSeconds: 30
@@ -55,3 +57,6 @@ spec:
           - name: download-hashes-data
             persistentVolumeClaim:
               claimName: download-hashes-data-claim
+          - name: download-ftp-data
+            persistentVolumeClaim:
+              claimName: download-ftp-data-claim


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]