From db5c8d6aa8450526ccd0fb8aaed3f8ea7577e003 Mon Sep 17 00:00:00 2001 From: velotioaastha Date: Thu, 5 Dec 2024 11:17:34 +0530 Subject: [PATCH] resolve conflicts --- charts/operator-wandb/charts/app/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/operator-wandb/charts/app/templates/deployment.yaml b/charts/operator-wandb/charts/app/templates/deployment.yaml index bcc074b1..218ea6c8 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -43,6 +43,9 @@ spec: {{- include "wandb.nodeSelector" . | nindent 6 }} {{- include "wandb.priorityClassName" . | nindent 6 }} {{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }} + {{- if .Values.topologySpreadConstraints.enabled }} + {{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "app.labels" .))) | nindent 6 }} + {{- end }} # Extend the pods shutdown grace period from the default of 30s to 60s. # This goes in the pod template spec. terminationGracePeriodSeconds: 60