lib/vidar/deploy_status.rb in vidar-1.5.0 vs lib/vidar/deploy_status.rb in vidar-1.5.1
- old
+ new
@@ -49,9 +49,9 @@
def last_pod_set
@pod_set
end
def pod_set
- @pod_set = K8s::PodSet.new(namespace:, filter:)
+ @pod_set = K8s::PodSet.new(namespace: namespace, filter: filter)
end
end
end