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.