From 58ea69f094ae610a623c8c272e6a1fd7c82a5013 Mon Sep 17 00:00:00 2001 From: Antoni Zawodny Date: Tue, 15 Dec 2020 09:58:09 +0100 Subject: [PATCH] Make log-dump's deprecation note up-to-date --- cluster/log-dump/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/log-dump/README.md b/cluster/log-dump/README.md index 294a2d8dcc0..8027cf979b1 100644 --- a/cluster/log-dump/README.md +++ b/cluster/log-dump/README.md @@ -6,7 +6,7 @@ If you require changes to this script, please consider migrating your jobs to us log dumping mechanism first. Currently, `log-dump.sh` file is added to every newly released `kubekins-e2e` image. -In order to leverage that script, add `USE_KUBEKINS_LOG_DUMPING` environment variable +In order to leverage that script, add `USE_TEST_INFRA_LOG_DUMPING` environment variable to your test job and set its value to `true`. ## Migration steps