We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9389c08 commit 6be55fcCopy full SHA for 6be55fc
.github/scripts/end2end/configure-e2e.sh
@@ -111,4 +111,5 @@ kubectl wait --for condition=DeploymentFailure=false --timeout 25m -n ${NAMESPAC
111
kubectl wait --for condition=DeploymentInProgress=false --timeout 25m -n ${NAMESPACE} zenko/${ZENKO_NAME}
112
113
# wait for ingestion processor to start consuming from Kafka
114
-wait_for_consumer_group $NAMESPACE $UUID.backbeat-ingestion-group 1 300
+ingestion_processor_replicas=$(kubectl -n $NAMESPACE get deploy/end2end-backbeat-ingestion-processor -o jsonpath='{.spec.replicas}')
115
+wait_for_consumer_group $NAMESPACE $UUID.backbeat-ingestion-group $ingestion_processor_replicas 300
0 commit comments