Skip to content

Commit

Permalink
Remove docker_options_args
Browse files Browse the repository at this point in the history
  • Loading branch information
stepri committed Sep 6, 2023
1 parent d5d7e94 commit 8369bf4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/kamal/commands/traefik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def run
*config.logging_args,
*label_args,
*volume_args,
*docker_options_args,
image,
"--providers.docker",
*cmd_option_args
Expand Down Expand Up @@ -99,10 +98,6 @@ def image
config.traefik.fetch("image") { DEFAULT_IMAGE }
end

def docker_options_args
optionize(config.traefik["options"] || {})
end

def cmd_option_args
if args = config.traefik["args"]
optionize DEFAULT_ARGS.merge(args), with: "="
Expand Down

0 comments on commit 8369bf4

Please sign in to comment.