From 1171968518c8e851e9f59a3665b6ec9b715c305e Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Thu, 28 Jul 2022 01:14:38 +0700 Subject: [PATCH] fix --- data/helpers/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers/init.sh b/data/helpers/init.sh index c6397c0..ca6d6a7 100644 --- a/data/helpers/init.sh +++ b/data/helpers/init.sh @@ -23,4 +23,4 @@ else vault auth enable kubernetes fi -printf "\n\nVAULT_TOKEN=%s\n\n" $VAULT_TOKEN +printf "\n\nVAULT_TOKEN=%s\n\n" $root_token