From 3e43c4dfb8ef9eb4d27d8d59b7df024db2478833 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 7 Feb 2025 15:46:47 +0100 Subject: [PATCH] don't use same name --- backups/base/backup-cronjob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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