Skip to content

Commit 3aa1919

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
fixed local_interactive
1 parent 428f5c4 commit 3aa1919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/codeflare_sdk/utils/generate_yaml.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,7 @@ def generate_appwrapper(
668668
ingress_item, cluster_name, namespace, ingress_options, ingress_domain
669669
)
670670
if local_interactive:
671-
enable_local_interactive(
672-
resources, cluster_name, namespace, ingress_options, ingress_domain
673-
)
671+
enable_local_interactive(resources, cluster_name, namespace, ingress_domain)
674672
else:
675673
disable_raycluster_tls(resources["resources"])
676674

0 commit comments

Comments
 (0)