Skip to content

Commit

Permalink
Fix spelling error in server disruptionbudget test (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz authored Dec 14, 2021
1 parent 609444d commit b4a9249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/server-ha-disruptionbudget.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ load _helpers
cd `chart_dir`
local actual=$( (helm template \
--show-only templates/server-disruptionbudget.yaml \
--set 'globa.enabled=false' \
--set 'global.enabled=false' \
--set 'server.ha.enabled=false' \
. || echo "---") | tee /dev/stderr |
yq 'length > 0' | tee /dev/stderr)
Expand Down Expand Up @@ -96,4 +96,4 @@ load _helpers
. | tee /dev/stderr |
yq '.spec.maxUnavailable' | tee /dev/stderr)
[ "${actual}" = "2" ]
}
}

0 comments on commit b4a9249

Please sign in to comment.