Skip to content

Commit 94533c5

Browse files
authored
[MLRun] Fix DB's pod affinity indentation (#1069)
1 parent 7f78cc8 commit 94533c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stable/mlrun/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: mlrun
3-
version: 0.10.8
3+
version: 0.10.9
44
appVersion: 1.7.2
55
description: Machine Learning automation and tracking
66
sources:

stable/mlrun/templates/db-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ spec:
150150
podAffinityTerm:
151151
labelSelector:
152152
matchLabels:
153-
{{- include "mlrun.api.selectorLabels" . | nindent 18 }}
153+
{{- include "mlrun.api.chief.selectorLabels" . | nindent 20 }}
154154
topologyKey: "kubernetes.io/hostname"
155155
{{- else }}
156156
requiredDuringSchedulingIgnoredDuringExecution:
157157
- labelSelector:
158158
matchLabels:
159-
{{- include "mlrun.api.selectorLabels" . | nindent 16 }}
159+
{{- include "mlrun.api.chief.selectorLabels" . | nindent 18 }}
160160
topologyKey: "kubernetes.io/hostname"
161161
{{- end }}
162162
{{- end }}

0 commit comments

Comments
 (0)