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: