Skip to content

Commit 6660709

Browse files
committed
Update mas.py
1 parent ffc46b0 commit 6660709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/mas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def isAirgapInstall(dynClient: DynamicClient) -> bool:
2828
try:
2929
IDMSApi = dynClient.resources.get(api_version="config.openshift.io/v1", kind="ImageDigestMirrorSet")
30-
masIDMS = IDMSApi.get(label_selector="mas.ibm.com/idmsGroup")
30+
masIDMS = IDMSApi.get(label_selector="mas.ibm.com/idms")
3131
return len(masIDMS.items) > 0
3232
except NotFoundError:
3333
return False

0 commit comments

Comments
 (0)