test: fix "Ensure helmfile fails when no helm-secrets is installed" test

This commit is contained in:
Andrey Tuzhilin 2021-03-15 23:12:29 +03:00 committed by Yusuke Kuoka
parent 781c4e9ebe
commit d04cd1b1a7
1 changed files with 1 additions and 0 deletions

View File

@ -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"