Skip to content

Commit

Permalink
add boot_timeout to valid_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 27, 2024
1 parent 8440aac commit ac077a1
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 @@ -165,7 +165,7 @@ defmodule FLAMEK8sBackend do
log: false,
http: nil

@valid_opts ~w(app_container_name runner_pod_tpl terminator_sup log)a
@valid_opts ~w(app_container_name runner_pod_tpl terminator_sup log boot_timeout)a
@required_config ~w()a

@impl true
Expand Down

0 comments on commit ac077a1

Please sign in to comment.