mirror of
https://github.com/czhu12/canine.git
synced 2025-12-20 10:19:50 -06:00
fix deployments
This commit is contained in:
@@ -78,7 +78,7 @@ class Projects::DeploymentJob < ApplicationJob
|
|||||||
end
|
end
|
||||||
|
|
||||||
def kill_one_off_containers(project, kubectl)
|
def kill_one_off_containers(project, kubectl)
|
||||||
kubectl.call("-n #{service.project.name} delete pods -l oneoff=true")
|
kubectl.call("-n #{project.name} delete pods -l oneoff=true")
|
||||||
end
|
end
|
||||||
|
|
||||||
def apply_namespace(project, kubectl)
|
def apply_namespace(project, kubectl)
|
||||||
|
|||||||
Reference in New Issue
Block a user