From b8523e886149047a8015f6b27c578f45be0a5bc0 Mon Sep 17 00:00:00 2001 From: nb-ohad Date: Thu, 18 Jul 2024 12:43:32 +0300 Subject: [PATCH] Operator Configuration: Personalize operator's pod selector Signed-off-by: nb-ohad --- config/manager/manager.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 6a943654..2727335d 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -19,14 +19,14 @@ metadata: spec: selector: matchLabels: - control-plane: controller-manager + control-plane: ceph-csi-op-controller-manager replicas: 1 template: metadata: annotations: kubectl.kubernetes.io/default-container: manager labels: - control-plane: controller-manager + control-plane: ceph-csi-op-controller-manager spec: # TODO(user): Uncomment the following code to configure the nodeAffinity expression # according to the platforms which are supported by your solution.