Merge pull request #1130 from prometheus-operator/paulfantom-patch-1

addons: hide antiaffinity function
This commit is contained in:
Paweł Krupa
2021-05-04 10:31:37 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
}, },
}, },
antiaffinity(labelSelector, namespace, type, topologyKey): { antiaffinity(labelSelector, namespace, type, topologyKey):: {
local podAffinityTerm = { local podAffinityTerm = {
namespaces: [namespace], namespaces: [namespace],
topologyKey: topologyKey, topologyKey: topologyKey,