mirror of
https://github.com/czhu12/canine.git
synced 2025-12-19 17:59:53 -06:00
fix deployments
This commit is contained in:
@@ -78,7 +78,7 @@ class Projects::DeploymentJob < ApplicationJob
|
||||
end
|
||||
|
||||
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
|
||||
|
||||
def apply_namespace(project, kubectl)
|
||||
|
||||
Reference in New Issue
Block a user