Skip to content

Commit 50becd9

Browse files
alexandreLamarremallardduck
authored andcommitted
ci(e2e) : add explicit value for prometheus.prometheusSpec.maximumStartupDurationSeconds
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
1 parent 8ab98b8 commit 50becd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e/scripts/install-monitoring.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Checking installed crd version info:"
3333
helm list -n cattle-monitoring-system
3434

3535
if [[ "${E2E_CI}" == "true" ]]; then
36-
e2e_args="--set grafana.resources=null --set prometheus.prometheusSpec.resources=null --set alertmanager.alertmanagerSpec.resources=null"
36+
e2e_args="--set grafana.resources=null --set prometheus.prometheusSpec.resources=null --set alertmanager.alertmanagerSpec.resources=null --set prometheus.prometheusSpec.maximumStartupDurationSeconds=3600"
3737
fi
3838

3939
case "${KUBERNETES_DISTRIBUTION_TYPE}" in

0 commit comments

Comments
 (0)