Skip to content

Commit fc3deba

Browse files
committed
fix: dsci name in func
1 parent 2cad5c0 commit fc3deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/infra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def get_product_version(admin_client: DynamicClient) -> Version:
719719
return Version.parse(operator_version)
720720

721721

722-
def get_dsci_applications_namespace(client: DynamicClient, dsci_name: str = "example") -> str:
722+
def get_dsci_applications_namespace(client: DynamicClient, dsci_name: str = "default-dsci") -> str:
723723
"""
724724
Get the namespace where DSCI applications are deployed.
725725

0 commit comments

Comments
 (0)