Skip to content

Commit 43640f0

Browse files
Update e2e-tests/pvc-resize/run
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54e1b18 commit 43640f0

File tree

1 file changed

+1
-1
lines changed
  • e2e-tests/pvc-resize

1 file changed

+1
-1
lines changed

e2e-tests/pvc-resize/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for pvc in $(kubectl_bin get pvc -l app.kubernetes.io/component=mongod -o name);
106106
echo "pvc/${pvc} was resized"
107107
done
108108

109-
if [[ "$EKS" == 1 || -n ${OPENSHIFT} ]]; then
109+
if [[ $EKS == 1 || -n ${OPENSHIFT} ]]; then
110110
# AWS rate limits PVC expansion for the same EBS volume (1 expand operation in every 6 hours),
111111
# so we need to delete and recreate the cluster
112112
echo "Deleting and recreating PSMDB cluster ${cluster}"

0 commit comments

Comments
 (0)