From 662fbbaabe841368779ae23b69b3dc7b2e24b078 Mon Sep 17 00:00:00 2001 From: Viktor Hedefalk Date: Sat, 4 Mar 2023 16:34:50 +0100 Subject: [PATCH] Update data_migration.yaml Fixes #5484 (cherry picked from commit 92fd5b54edda215b1d7b410d003c57a672a486bf) --- examples/data_migration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/data_migration.yaml b/examples/data_migration.yaml index 429782f..d5d1bfb 100644 --- a/examples/data_migration.yaml +++ b/examples/data_migration.yaml @@ -19,7 +19,7 @@ spec: image: ubuntu:xenial tty: true command: [ "/bin/sh" ] - args: [ "-c", "cp -r -v /mnt/old/* /mnt/new" ] + args: [ "-c", "cp -r -v /mnt/old/. /mnt/new" ] volumeMounts: - name: old-vol mountPath: /mnt/old @@ -31,4 +31,4 @@ spec: claimName: data-source-pvc # change to data source pvc - name: new-vol persistentVolumeClaim: - claimName: data-target-pvc # change to data target pvc \ No newline at end of file + claimName: data-target-pvc # change to data target pvc