You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support the scenario where a user uses their own template yaml files to define their appwrappers. Due to this scenario, we should not presume the existence of any fields in generate_yaml.py and should check for their existence before deleting them. For example, disable_raycluster_tls(resources) will fail if a custom template does not define a volume.