From 1a09b5dd3339f266a99db0117396817bb7d72316 Mon Sep 17 00:00:00 2001 From: Alexander Proschek Date: Thu, 29 Jun 2023 22:21:03 -0700 Subject: [PATCH] change memcached statefulset antiAffinity to antiAffinityStatefulSet --- memcached/memcached.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,