test: fix "Ensure helmfile fails when no helm-secrets is installed" test
This commit is contained in:
parent
781c4e9ebe
commit
d04cd1b1a7
|
|
@ -136,6 +136,7 @@ if [[ helm_major_version -eq 3 ]]; then
|
||||||
export VAULT_ADDR=http://127.0.0.1:8200
|
export VAULT_ADDR=http://127.0.0.1:8200
|
||||||
export VAULT_TOKEN=toor
|
export VAULT_TOKEN=toor
|
||||||
sops="sops --hc-vault-transit $VAULT_ADDR/v1/sops/keys/key"
|
sops="sops --hc-vault-transit $VAULT_ADDR/v1/sops/keys/key"
|
||||||
|
mkdir -p ${dir}/tmp
|
||||||
|
|
||||||
test_start "secretssops"
|
test_start "secretssops"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue