Skip to content

Commit

Permalink
fix the vendor is others for ROSA clusters (stolostron#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <[email protected]>
  • Loading branch information
zhiweiyin318 authored Oct 19, 2021
1 parent 1db4880 commit 9223335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/klusterlet/clusterinfo/clusterinfo_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func (r *ClusterInfoReconciler) getKubeVendor(product string) (kubeVendor cluste
kubeVendor = clusterv1beta1.KubeVendorIKS
case clusterclaim.ProductICP:
kubeVendor = clusterv1beta1.KubeVendorICP
case clusterclaim.ProductOpenShift:
case clusterclaim.ProductOpenShift, clusterclaim.ProductROSA, clusterclaim.ProductARO:
kubeVendor = clusterv1beta1.KubeVendorOpenShift
case clusterclaim.ProductOSD:
kubeVendor = clusterv1beta1.KubeVendorOSD
Expand Down

0 comments on commit 9223335

Please sign in to comment.