templates: Max concurrent requests is required for the maintenance job

This commit is contained in:
sanne 2021-12-08 10:20:29 +01:00 committed by Ondřej Budai
parent 4224b2231b
commit 98abdf1902

View file

@ -276,6 +276,8 @@ objects:
value: "${PGSSLMODE}"
- name: DRY_RUN
value: "${MAINTENANCE_DRY_RUN}"
- name: MAX_CONCURRENT_REQUESTS
value: "${MAINTENANCE_MAX_CONCURRENT_REQUESTS}"
parameters:
- description: composer image name
@ -335,3 +337,7 @@ parameters:
# don't change this value, overwrite it in app-interface for a specific namespace
value: "true"
required: true
- description: composer-maintenance max concurrent requests
name: MAINTENANCE_MAX_CONCURRENT_REQUESTS
value: "10"
required: true