Skip to content

Commit

Permalink
update bats test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Aug 8, 2024
1 parent 96d4552 commit 4b1def5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/csi-daemonset.bats
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ load _helpers
# Debug arg
@test "csi/daemonset: debug arg is configurable" {
cd `chart_dir`
local actual=$(helm template \
local actual
actual=$(helm template \
--show-only templates/csi-daemonset.yaml \
--set "csi.enabled=true" \
. | tee /dev/stderr |
Expand Down

0 comments on commit 4b1def5

Please sign in to comment.