Fix raft acceptance test (#279)

This commit is contained in:
Jason O'Donnell 2020-04-27 14:49:09 -04:00 committed by GitHub
parent 138b9217a5
commit c045ad89aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,6 @@ load _helpers
jq -r '.initialized')
[ "${init_status}" == "false" ]
# Security
local ipc=$(kubectl get statefulset "$(name_prefix)" --output json |
jq -r '.spec.template.spec.containers[0].securityContext.capabilities.add[0]')
[ "${ipc}" == "IPC_LOCK" ]
# Replicas
local replicas=$(kubectl get statefulset "$(name_prefix)" --output json |
jq -r '.spec.replicas')