Skip to content

Commit

Permalink
allow setting runner_pod_tpl in config file (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgeering authored Aug 27, 2024
1 parent f529255 commit 9f60142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flame_k8s_backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ defmodule FLAMEK8sBackend do
runner_pod_manifest:
RunnerPodTemplate.manifest(
base_pod,
opts[:runner_pod_tpl],
provided_opts[:runner_pod_tpl],
parent_ref,
Keyword.take(provided_opts, [:app_container_name, :omit_owner_reference])
)
Expand Down

0 comments on commit 9f60142

Please sign in to comment.