Skip to content

Commit db5c8d6

Browse files
committed
resolve conflicts
1 parent 979af3d commit db5c8d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: charts/operator-wandb/charts/app/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ spec:
4343
{{- include "wandb.nodeSelector" . | nindent 6 }}
4444
{{- include "wandb.priorityClassName" . | nindent 6 }}
4545
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
46+
{{- if .Values.topologySpreadConstraints.enabled }}
47+
{{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "app.labels" .))) | nindent 6 }}
48+
{{- end }}
4649
# Extend the pods shutdown grace period from the default of 30s to 60s.
4750
# This goes in the pod template spec.
4851
terminationGracePeriodSeconds: 60

0 commit comments

Comments
 (0)