We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent e4cb985 commit da78ac1Copy full SHA for da78ac1
plugins/plugin-codeflare/src/controller/description.ts
@@ -63,7 +63,7 @@ async function app(args: Arguments) {
63
}
64
65
const jobInfo = await getJobDefinition(filepath, args.REPL)
66
- const { RAY_IMAGE } = jobInfo.runtime_env.env_vars
+ const RAY_IMAGE = jobInfo.runtime_env.env_vars ? jobInfo.runtime_env.env_vars.RAY_IMAGE : "Unknown"
67
68
const status = jobInfo.status.toLowerCase()
69
0 commit comments