Skip to content

Commit 89022c7

Browse files
authored
Update default operator podAntiAffinity (#2475)
Update default podAntiAffinity Target the actual deployment labels.
1 parent 92df462 commit 89022c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ operator:
159159
requiredDuringSchedulingIgnoredDuringExecution:
160160
- labelSelector:
161161
matchExpressions:
162-
- key: name
162+
- key: app.kubernetes.io/name
163163
operator: In
164164
values:
165-
- minio-operator
165+
- operator
166166
topologyKey: kubernetes.io/hostname
167167
###
168168
#

0 commit comments

Comments
 (0)