Skip to content

Commit

Permalink
fixed local_interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Oct 25, 2023
1 parent 31dfd02 commit b3fa425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/codeflare_sdk/utils/generate_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,7 @@ def generate_appwrapper(
ingress_item, cluster_name, namespace, ingress_options, ingress_domain
)
if local_interactive:
enable_local_interactive(
resources, cluster_name, namespace, ingress_options, ingress_domain
)
enable_local_interactive(resources, cluster_name, namespace, ingress_domain)
else:
disable_raycluster_tls(resources["resources"])

Expand Down

0 comments on commit b3fa425

Please sign in to comment.