Fix wrong indentation for affinity rule
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
podAntiAffinity: {
|
podAntiAffinity: {
|
||||||
preferredDuringSchedulingIgnoredDuringExecution: [
|
preferredDuringSchedulingIgnoredDuringExecution: [
|
||||||
{
|
{
|
||||||
|
weight: 100,
|
||||||
podAffinityTerm: {
|
podAffinityTerm: {
|
||||||
namespaces: [namespace],
|
namespaces: [namespace],
|
||||||
topologyKey: 'kubernetes.io/hostname',
|
topologyKey: 'kubernetes.io/hostname',
|
||||||
@@ -14,7 +15,6 @@
|
|||||||
values: values,
|
values: values,
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
weight: 100,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user