We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b4d73 commit cc0750fCopy full SHA for cc0750f
1 file changed
src/mas/devops/ocp.py
@@ -94,7 +94,7 @@ def getNamespace(dynClient: DynamicClient, namespace: str) -> dict:
94
return {}
95
96
97
-def createNamespace(dynClient: DynamicClient, namespace: str, kyvernoLabel: str) -> bool:
+def createNamespace(dynClient: DynamicClient, namespace: str, kyvernoLabel: str = '') -> bool:
98
"""
99
Create a namespace if it does not exist
100
0 commit comments