jsonnet: Fix affinity order dependency

This commit is contained in:
Frederic Branczyk
2020-12-04 10:04:43 +01:00
parent af67589d2a
commit ca2f2d5e61

View File

@@ -29,12 +29,12 @@
},
},
prometheus+: {
prometheus+:: {
local p = self,
prometheus+: {
spec+:
antiaffinity('prometheus', [p.name], p.namespace),
antiaffinity('prometheus', [$._config.prometheus.name], $._config.namespace),
},
},
}