Skip to content

Commit

Permalink
Validate omit_owner_reference as a valid option
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdichev-firework committed Dec 4, 2024
1 parent 97567d0 commit 38c0c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/flame_k8s_backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ defmodule FLAMEK8sBackend do
runner_pod_tpl: nil,
boot_timeout: nil,
remote_terminator_pid: nil,
omit_owner_reference: false,
log: false,
http: nil

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

@impl true
Expand Down

0 comments on commit 38c0c9c

Please sign in to comment.