From 4854438e4855cf71299a902a0083384ff2fa830b Mon Sep 17 00:00:00 2001 From: Arkadiusz Galwas Date: Tue, 17 Dec 2024 14:04:08 +0100 Subject: [PATCH] Minor fixes in README --- hack/runtime-migrator/README-rm.md | 6 +++--- hack/shoot-comparator/README.md | 16 ++++++++-------- hack/shoot-comparator/scripts/README.md | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hack/runtime-migrator/README-rm.md b/hack/runtime-migrator/README-rm.md index 5d99291c..5d8ad233 100644 --- a/hack/runtime-migrator/README-rm.md +++ b/hack/runtime-migrator/README-rm.md @@ -56,13 +56,13 @@ cat ./runtime-migrator \ ``` 2024/11/22 17:05:28 INFO Starting runtime-migrator -2024/11/22 17:05:28 gardener-kubeconfig-path: /Users/i326211/Downloads/kubeconfig-garden-kyma-stage.yaml -2024/11/22 17:05:28 kcp-kubeconfig-path: /Users/i326211/dev/config/sap +2024/11/22 17:05:28 gardener-kubeconfig-path: /Users/myuser/Downloads/kubeconfig-garden-kyma-stage.yaml +2024/11/22 17:05:28 kcp-kubeconfig-path: /Users/myuser/dev/config/sap 2024/11/22 17:05:28 gardener-project-name: kyma-stage 2024/11/22 17:05:28 output-path: /tmp/ 2024/11/22 17:05:28 dry-run: true 2024/11/22 17:05:28 input-type: txt -2024/11/22 17:05:28 input-file-path: /Users/i326211/dev/source/infrastructure-manager/hack/runtime-migrator/input/runtimes-stage-docs.txt +2024/11/22 17:05:28 input-file-path: /Users/myuser/dev/source/infrastructure-manager/hack/runtime-migrator/input/runtimes-stage-docs.txt 2024/11/22 17:05:28 2024/11/22 17:05:33 INFO Migrating runtimes 2024/11/22 17:05:33 INFO Reading runtimeIds from input file diff --git a/hack/shoot-comparator/README.md b/hack/shoot-comparator/README.md index 63dc1428..0f2eef68 100644 --- a/hack/shoot-comparator/README.md +++ b/hack/shoot-comparator/README.md @@ -48,8 +48,8 @@ The output directory will contain the `result.txt` file. Exemplary content of th ``` Comparing files older than:0001-01-01 00:00:00 +0000 UTC -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test1/kim directory = 2 -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test1/provisioner directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test1/kim directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test1/provisioner directory = 2 No differences found. ``` @@ -67,8 +67,8 @@ Exemplary content of the `result.txt` file: ``` Comparing files older than:0001-01-01 00:00:00 +0000 UTC -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2 -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2 Differences found. @@ -84,19 +84,19 @@ The following is an example of the `result.txt` file when some files exist only ``` Comparing files older than:0001-01-01 00:00:00 +0000 UTC -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/kim directory = 22 -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/provisioner directory = 157 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/kim directory = 22 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/provisioner directory = 157 Differences found. ------------------------------------------------------------------------------------------ -Files existing in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/kim folder only: +Files existing in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/kim folder only: - garden-kyma-dev-kim-pvc-test3.yaml - garden-kyma-dev-kims-aws-pvc-shootCR.yaml ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ -Files existing in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/provisioner folder only: +Files existing in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/provisioner folder only: - garden-kyma-dev-a2f8da9.yaml - garden-kyma-dev-a3008c5.yaml ------------------------------------------------------------------------------------------ diff --git a/hack/shoot-comparator/scripts/README.md b/hack/shoot-comparator/scripts/README.md index 4020a340..59743aa9 100644 --- a/hack/shoot-comparator/scripts/README.md +++ b/hack/shoot-comparator/scripts/README.md @@ -109,8 +109,8 @@ The following is an example of the `result.txt` file content: ``` Comparing files older than:0001-01-01 00:00:00 +0000 UTC -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2 -Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2 +Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2 Differences found.