Skip to content

Commit 2a8499a

Browse files
committed
fix docstring
1 parent d47d512 commit 2a8499a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utilities/certificates_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ def create_ca_bundle_file(client: DynamicClient) -> str:
2323
Args:
2424
client (DynamicClient): DynamicClient object
2525
Returns:
26-
str: The path to the ca bundle file. If cert is not created, return empty string
26+
str: The path to the ca bundle file.
27+
28+
Raises:
29+
AttributeError: If the router-certs-default secret does not exist in the cluster.
2730
"""
2831

2932
certs_secret = Secret(

0 commit comments

Comments
 (0)