Skip to content

Commit b5fe040

Browse files
committed
fix llm-d ca bundle handling
1 parent 159f963 commit b5fe040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/llmd_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def generate_command(
583583
from ocp_resources.resource import get_client
584584

585585
client = get_client()
586-
ca_bundle = get_ca_bundle(client=client, deployment_mode="raw")
586+
ca_bundle = get_ca_bundle(client=client)
587587
if ca_bundle:
588588
cmd += f" --cacert {ca_bundle}"
589589
else:

0 commit comments

Comments
 (0)