Skip to content

Commit

Permalink
remove dependency on xargs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Oct 11, 2024
1 parent 4f87976 commit b24d110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/template.bats
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ load '../bats/extensions/bats-file/load'

create_chart "${TEST_TEMP_DIR}"

run "${HELM_BIN}" --debug secrets template "${TEST_TEMP_DIR}/chart" --values "${VALUES_PATH}" 2>&1
run "${HELM_BIN}" secrets template "${TEST_TEMP_DIR}/chart" --values "${VALUES_PATH}" 2>&1

assert_output -e "\[helm-secrets\] Decrypt: .*${VALUES}"
assert_output --partial "port: 83"
Expand Down

0 comments on commit b24d110

Please sign in to comment.