Merge pull request #811 from kakkoyun/fix_anti_affinity
Fix wrong indentation for affinity rule
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
podAntiAffinity: {
|
||||
preferredDuringSchedulingIgnoredDuringExecution: [
|
||||
{
|
||||
weight: 100,
|
||||
podAffinityTerm: {
|
||||
namespaces: [namespace],
|
||||
topologyKey: 'kubernetes.io/hostname',
|
||||
@@ -14,7 +15,6 @@
|
||||
values: values,
|
||||
}],
|
||||
},
|
||||
weight: 100,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user