diff --git a/backups/base/backup-cronjob.yaml b/backups/base/backup-cronjob.yaml index 73ac4c1..92f6c30 100644 --- a/backups/base/backup-cronjob.yaml +++ b/backups/base/backup-cronjob.yaml @@ -33,7 +33,7 @@ spec: - name: backup-storage mountPath: /backup_storage mountPropagation: HostToContainer - - name: backup-storage + - name: ipc-storage mountPath: /backup_ipc mountPropagation: Bidirectional - name: mount-container @@ -57,6 +57,6 @@ spec: - name: backup-storage mountPath: /backup_storage mountPropagation: Bidirectional - - name: backup-storage + - name: ipc-storage mountPath: /backup_ipc mountPropagation: HostToContainer