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 8ab98b8 commit 50becd9Copy full SHA for 50becd9
.github/workflows/e2e/scripts/install-monitoring.sh
@@ -33,7 +33,7 @@ echo "Checking installed crd version info:"
33
helm list -n cattle-monitoring-system
34
35
if [[ "${E2E_CI}" == "true" ]]; then
36
- e2e_args="--set grafana.resources=null --set prometheus.prometheusSpec.resources=null --set alertmanager.alertmanagerSpec.resources=null"
+ e2e_args="--set grafana.resources=null --set prometheus.prometheusSpec.resources=null --set alertmanager.alertmanagerSpec.resources=null --set prometheus.prometheusSpec.maximumStartupDurationSeconds=3600"
37
fi
38
39
case "${KUBERNETES_DISTRIBUTION_TYPE}" in
0 commit comments