Skip to content

Commit

Permalink
use app name sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Oct 1, 2024
1 parent 5ec5b6b commit eb8d74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spawn/cluster/provisioner_pool_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defmodule Spawn.Cluster.ProvisionerPoolSupervisor do
name: pool_name,
backend:
{FLAMEK8sBackend,
app_container_name: "sidecar",
runner_pod_tpl: fn current_manifest -> build_pod_template(cfg, current_manifest) end},
log: :debug
] ++ get_worker_pool_config(cfg)
Expand Down

0 comments on commit eb8d74d

Please sign in to comment.