From d04cd1b1a7a67572503367ed7a1adffc12cb570c Mon Sep 17 00:00:00 2001 From: Andrey Tuzhilin Date: Mon, 15 Mar 2021 23:12:29 +0300 Subject: [PATCH] test: fix "Ensure helmfile fails when no helm-secrets is installed" test --- test/integration/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/run.sh b/test/integration/run.sh index 3e83cc97..32bde369 100755 --- a/test/integration/run.sh +++ b/test/integration/run.sh @@ -136,6 +136,7 @@ if [[ helm_major_version -eq 3 ]]; then export VAULT_ADDR=http://127.0.0.1:8200 export VAULT_TOKEN=toor sops="sops --hc-vault-transit $VAULT_ADDR/v1/sops/keys/key" + mkdir -p ${dir}/tmp test_start "secretssops"