```app.template.get()?.spec.containers[0].envs?.pu...
# general
c
Copy code
app.template.get()?.spec.containers[0].envs?.push({
  name: "NEXTAUTH_URL",
  value: app.statuses[0].url.get(),
});
Was thinking I might be able to do something like this, but obviously
get()
is documented that it will throw if ran during deployment