jsonnet: Fix affinity order dependency
This commit is contained in:
@@ -29,12 +29,12 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
prometheus+: {
|
prometheus+:: {
|
||||||
local p = self,
|
local p = self,
|
||||||
|
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+:
|
spec+:
|
||||||
antiaffinity('prometheus', [p.name], p.namespace),
|
antiaffinity('prometheus', [$._config.prometheus.name], $._config.namespace),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user