Skip to content

Commit

Permalink
Fix volumeMount test for HA
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrancato committed Dec 11, 2019
1 parent 8bff8c0 commit 244c73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/server-ha.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ load _helpers
# Volume Mounts
local volumeCount=$(kubectl get statefulset "$(name_prefix)" --output json |
jq -r '.spec.template.spec.containers[0].volumeMounts | length')
[ "${volumeCount}" == "1" ]
[ "${volumeCount}" == "2" ]

# Volumes
local volumeCount=$(kubectl get statefulset "$(name_prefix)" --output json |
Expand Down

0 comments on commit 244c73e

Please sign in to comment.