Skip to content

Commit 8629e32

Browse files
authored
refactor(memcached): remove .mixin (#326)
1 parent 878ee14 commit 8629e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

memcached/memcached.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ k {
6060
self.memcached_container,
6161
self.memcached_exporter,
6262
], []) +
63-
statefulSet.mixin.spec.withServiceName(self.name) +
63+
statefulSet.spec.withServiceName(self.name) +
6464
$.util.antiAffinity,
6565

6666
local service = $.core.v1.service,
6767

6868
service:
6969
$.util.serviceFor(self.statefulSet) +
70-
service.mixin.spec.withClusterIp('None'),
70+
service.spec.withClusterIp('None'),
7171
},
7272
}

0 commit comments

Comments
 (0)