From d45fadada48d6141b05de3e63e88c07a8291d135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Wed, 24 Jul 2024 12:15:52 +0200 Subject: [PATCH] fix: tests --- .../tests/__snapshots__/force-restart-optout.dev.yaml | 2 ++ packages/kontinuous/tests/__snapshots__/redis-volume.prod.yaml | 2 ++ packages/kontinuous/tests/__snapshots__/redis.prod.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/packages/kontinuous/tests/__snapshots__/force-restart-optout.dev.yaml b/packages/kontinuous/tests/__snapshots__/force-restart-optout.dev.yaml index 73458d1ed..535b7c4ff 100644 --- a/packages/kontinuous/tests/__snapshots__/force-restart-optout.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/force-restart-optout.dev.yaml @@ -111,6 +111,8 @@ metadata: reloader.stakater.com/auto: \\"true\\" spec: replicas: 1 + strategy: + type: RollingUpdate selector: matchLabels: component: redis diff --git a/packages/kontinuous/tests/__snapshots__/redis-volume.prod.yaml b/packages/kontinuous/tests/__snapshots__/redis-volume.prod.yaml index 7d4e3c9b9..a375686c2 100644 --- a/packages/kontinuous/tests/__snapshots__/redis-volume.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/redis-volume.prod.yaml @@ -111,6 +111,8 @@ metadata: reloader.stakater.com/auto: \\"true\\" spec: replicas: 1 + strategy: + type: RollingUpdate selector: matchLabels: component: redis diff --git a/packages/kontinuous/tests/__snapshots__/redis.prod.yaml b/packages/kontinuous/tests/__snapshots__/redis.prod.yaml index 74edbd18c..1753ea0a1 100644 --- a/packages/kontinuous/tests/__snapshots__/redis.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/redis.prod.yaml @@ -111,6 +111,8 @@ metadata: reloader.stakater.com/auto: \\"true\\" spec: replicas: 1 + strategy: + type: RollingUpdate selector: matchLabels: component: redis