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 4f309a6 commit e671c86Copy full SHA for e671c86
.github/workflows/chart-test.yml
@@ -91,7 +91,11 @@ jobs:
91
EOF
92
93
# Install the chart
94
- helm install hyperdx-test ./charts/hdx-oss-v2 -f test-values.yaml --wait --timeout=10m
+ helm install hyperdx-test ./charts/hdx-oss-v2 -f test-values.yaml --timeout=5m
95
+
96
+ # Give services time to initialize after pods are running
97
+ echo "Waiting for services to initialize..."
98
+ sleep 60
99
100
- name: Verify deployment
101
run: |
0 commit comments