Skip to content

Commit da29c08

Browse files
committed
Bundle: Check for base/app domain except for podman bundle
1 parent 9f60a87 commit da29c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/crc/machine/bundle/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (repo *Repository) Get(bundleName string) (*CrcBundleInfo, error) {
5353
return nil, err
5454
}
5555

56-
if bundleInfo.IsOpenShift() {
56+
if !bundleInfo.IsPodman() {
5757
if fmt.Sprintf(".%s", bundleInfo.ClusterInfo.AppsDomain) != constants.AppsDomain {
5858
return nil, fmt.Errorf("unexpected bundle, it must have %s apps domain", constants.AppsDomain)
5959
}

0 commit comments

Comments
 (0)