We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cad5c0 commit fc3debaCopy full SHA for fc3deba
utilities/infra.py
@@ -719,7 +719,7 @@ def get_product_version(admin_client: DynamicClient) -> Version:
719
return Version.parse(operator_version)
720
721
722
-def get_dsci_applications_namespace(client: DynamicClient, dsci_name: str = "example") -> str:
+def get_dsci_applications_namespace(client: DynamicClient, dsci_name: str = "default-dsci") -> str:
723
"""
724
Get the namespace where DSCI applications are deployed.
725
0 commit comments