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 b01c92c commit 0dcde3cCopy full SHA for 0dcde3c
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