Fix wrong indentation for affinity rule

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
This commit is contained in:
Kemal Akkoyun
2020-11-26 12:48:48 +03:00
parent 6b9502c5f4
commit 6ec37c8be6

View File

@@ -4,6 +4,7 @@
podAntiAffinity: {
preferredDuringSchedulingIgnoredDuringExecution: [
{
weight: 100,
podAffinityTerm: {
namespaces: [namespace],
topologyKey: 'kubernetes.io/hostname',
@@ -14,7 +15,6 @@
values: values,
}],
},
weight: 100,
},
},
],