We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e1b18 commit 43640f0Copy full SHA for 43640f0
e2e-tests/pvc-resize/run
@@ -106,7 +106,7 @@ for pvc in $(kubectl_bin get pvc -l app.kubernetes.io/component=mongod -o name);
106
echo "pvc/${pvc} was resized"
107
done
108
109
-if [[ "$EKS" == 1 || -n ${OPENSHIFT} ]]; then
+if [[ $EKS == 1 || -n ${OPENSHIFT} ]]; then
110
# AWS rate limits PVC expansion for the same EBS volume (1 expand operation in every 6 hours),
111
# so we need to delete and recreate the cluster
112
echo "Deleting and recreating PSMDB cluster ${cluster}"
0 commit comments