Skip to content

Commit

Permalink
Allow the caller to override PHX_SERVER (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdichev-firework authored Aug 13, 2024
1 parent c98bdf6 commit 33f91d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flame_k8s_backend/runner_pod_template.ex
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ defmodule FLAMEK8sBackend.RunnerPodTemplate do
%{"name" => "FLAME_PARENT", "value" => encoded_parent}
| Enum.reject(
env,
&(&1["name"] in ["PHX_SERVER", "FLAME_BACKEND", "POD_NAME", "POD_NAMESPACE"])
&(&1["name"] in ["FLAME_BACKEND", "POD_NAME", "POD_NAMESPACE"])
)
]
end)
Expand Down

0 comments on commit 33f91d2

Please sign in to comment.