From 0e5812ad7f40b7c768a37288ab690d50343f0e3c Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Mon, 15 Jun 2026 14:47:30 +0200 Subject: [PATCH] (chore) Add strategy --- config/manager/manager.yaml | 2 ++ manifest/deployment-agentless.yaml | 2 ++ manifest/deployment-shard.yaml | 2 ++ manifest/manifest.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index c63f662..4c310cb 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -11,6 +11,8 @@ metadata: labels: control-plane: classifier spec: + strategy: + type: Recreate selector: matchLabels: control-plane: classifier diff --git a/manifest/deployment-agentless.yaml b/manifest/deployment-agentless.yaml index 0c628b4..204912e 100644 --- a/manifest/deployment-agentless.yaml +++ b/manifest/deployment-agentless.yaml @@ -10,6 +10,8 @@ spec: selector: matchLabels: control-plane: classifier + strategy: + type: Recreate template: metadata: annotations: diff --git a/manifest/deployment-shard.yaml b/manifest/deployment-shard.yaml index 189c678..3bf765a 100644 --- a/manifest/deployment-shard.yaml +++ b/manifest/deployment-shard.yaml @@ -10,6 +10,8 @@ spec: selector: matchLabels: control-plane: classifier + strategy: + type: Recreate template: metadata: annotations: diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index f921d4f..5628bd4 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -155,6 +155,8 @@ spec: selector: matchLabels: control-plane: classifier + strategy: + type: Recreate template: metadata: annotations: