Skip to content

Commit

Permalink
Don't install cluster-storage-operator in the guest cluster
Browse files Browse the repository at this point in the history
It will be installed by control-plane-operator in the mgmt cluster.
  • Loading branch information
jsafrane committed Oct 7, 2022
1 parent 6ac1ceb commit 46a1a33
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ var (
"0000_50_cluster-image-registry-operator_07-operator-ibm-cloud-managed.yaml",
"0000_50_cluster-image-registry-operator_07-operator-service.yaml",
"0000_90_cluster-image-registry-operator_02_operator-servicemonitor.yaml",
"0000_50_cluster-storage-operator_10_deployment-ibm-cloud-managed.yaml",

// TODO: Remove these when cluster profiles annotations are fixed
"0000_50_cloud-credential-operator_01-operator-config.yaml",
Expand Down Expand Up @@ -243,6 +244,12 @@ func resourcesToRemove() []resourceDesc {
name: "cluster-image-registry-operator",
namespace: "openshift-image-registry",
},
{
apiVersion: "apps/v1",
kind: "Deployment",
name: "cluster-storage-operator",
namespace: "openshift-cluster-storage-operator",
},
}
}

Expand Down

0 comments on commit 46a1a33

Please sign in to comment.