We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda54f8 commit 28f0dfaCopy full SHA for 28f0dfa
.github/workflows/ci.yml
@@ -147,6 +147,8 @@ jobs:
147
helm repo add localstack-charts https://localstack.github.io/helm-charts
148
helm repo update
149
helm install localstack localstack-charts/localstack
150
+ # Wait for localstack pod to be ready
151
+ kubectl wait pod -l=app.kubernetes.io/name=localstack --for=condition=ready
152
153
- name: Deploy SQS Keda Connector, Keda ScaledObject and SQS test queue
154
run: |
0 commit comments