Skip to content

Commit cc0750f

Browse files
committed
[patch] add default for kyverno label
1 parent 09b4d73 commit cc0750f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/ocp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def getNamespace(dynClient: DynamicClient, namespace: str) -> dict:
9494
return {}
9595

9696

97-
def createNamespace(dynClient: DynamicClient, namespace: str, kyvernoLabel: str) -> bool:
97+
def createNamespace(dynClient: DynamicClient, namespace: str, kyvernoLabel: str = '') -> bool:
9898
"""
9999
Create a namespace if it does not exist
100100
"""

0 commit comments

Comments
 (0)