diff --git a/memcached/memcached.libsonnet b/memcached/memcached.libsonnet index 7a3131a76..8cb177abc 100644 --- a/memcached/memcached.libsonnet +++ b/memcached/memcached.libsonnet @@ -80,7 +80,7 @@ k { topologySpreadConstraints.withMaxSkew(self.topology_spread_max_skew), ) else - $.util.antiAffinity, + $.util.antiAffinityStatefulSet, local service = $.core.v1.service,