Skip to content

Commit 76af2e2

Browse files
chore(helm): update topology env var
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 60c2b7b commit 76af2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosting/k8s/helm/templates/supervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ spec:
185185
- name: KUBERNETES_EPHEMERAL_STORAGE_SIZE_REQUEST
186186
value: {{ default "2Gi" .Values.supervisor.config.kubernetes.ephemeralStorageSizeRequest | quote }}
187187
{{- with .Values.supervisor.config.kubernetes.topologySpreadConstraints }}
188-
- name: KUBERNETES_WORKER_TOPOLOGY_SPREAD_CONSTRAINTS
188+
- name: KUBERNETES_TOPOLOGY_SPREAD_CONSTRAINTS
189189
value: {{ tpl (toYaml .) $ | toJson | quote }}
190190
{{- end }}
191191
# Pod cleaner configuration

0 commit comments

Comments
 (0)