Commit b99de49f authored by Alishan Ladhani's avatar Alishan Ladhani

Use latest supported Knative service metadata by default

parent 7d2740f0
......@@ -319,10 +319,10 @@ module KubernetesHelpers
}
end
def kube_knative_services_body(legacy_knative: false, **options)
def kube_knative_services_body(**options)
{
"kind" => "List",
"items" => [legacy_knative ? knative_05_service(options) : knative_06_service(options)]
"items" => [knative_07_service(options)]
}
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment