Skip to content

Commit 1906e30

Browse files
committed
Make the number of controller workers configurable
Issue: [sc-11427]
1 parent df5e43a commit 1906e30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/install/templates/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ spec:
3333
- name: PGO_TARGET_NAMESPACE
3434
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
3535
{{- end }}
36+
{{- if .Values.workers }}
37+
- name: PGO_WORKERS
38+
value: {{ .Values.workers | quote }}
39+
{{- end }}
3640
{{- if (default false .Values.disable_check_for_upgrades) }}
3741
- name: CHECK_FOR_UPGRADES
3842
value: "false"

0 commit comments

Comments
 (0)