We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c2b7b commit 76af2e2Copy full SHA for 76af2e2
hosting/k8s/helm/templates/supervisor.yaml
@@ -185,7 +185,7 @@ spec:
185
- name: KUBERNETES_EPHEMERAL_STORAGE_SIZE_REQUEST
186
value: {{ default "2Gi" .Values.supervisor.config.kubernetes.ephemeralStorageSizeRequest | quote }}
187
{{- with .Values.supervisor.config.kubernetes.topologySpreadConstraints }}
188
- - name: KUBERNETES_WORKER_TOPOLOGY_SPREAD_CONSTRAINTS
+ - name: KUBERNETES_TOPOLOGY_SPREAD_CONSTRAINTS
189
value: {{ tpl (toYaml .) $ | toJson | quote }}
190
{{- end }}
191
# Pod cleaner configuration
0 commit comments