Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Aug 8, 2024
1 parent 64eca1c commit 8c79c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ spec:
- name: conductor.app.systemTaskMaxPollCount
value: {{ .Values.app.systemTaskMaxPollCount | quote }}
- name: conductor.limits.maxScheduleConfigs
value: { { .Values.app.maxScheduleConfigs | quote } }
value: {{ .Values.app.maxScheduleConfigs | quote }}
- name: conductor.app.workflow-execution-lock-enabled
value: {{ .Values.app.workflowExecutionLockEnabled | quote }}
- name: conductor.api.ratelimiter.enabled
Expand Down

0 comments on commit 8c79c2c

Please sign in to comment.