Merge pull request #811 from kakkoyun/fix_anti_affinity

Fix wrong indentation for affinity rule
This commit is contained in:
Frederic Branczyk
2020-11-26 14:11:40 +01:00
committed by GitHub

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,
},
},
],