diff --git a/charts/orkes-conductor/templates/deployment.yaml b/charts/orkes-conductor/templates/deployment.yaml index 9b80458..3159262 100644 --- a/charts/orkes-conductor/templates/deployment.yaml +++ b/charts/orkes-conductor/templates/deployment.yaml @@ -266,6 +266,8 @@ spec: value: {{ .Values.app.lockTimeToTry | quote }} - name: conductor.app.systemTaskMaxPollCount value: {{ .Values.app.systemTaskMaxPollCount | quote }} + - name: conductor.limits.maxScheduleConfigs + value: { { .Values.app.maxScheduleConfigs | quote } } - name: conductor.app.workflow-execution-lock-enabled value: {{ .Values.app.workflowExecutionLockEnabled | quote }} - name: conductor.api.ratelimiter.enabled