We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ba9a18 + 29e7bce commit 14fa173Copy full SHA for 14fa173
lib/kubegen/resource.ex
@@ -71,7 +71,7 @@ defmodule Kubegen.Resource do
71
defp req() do
72
unquote(kubeconfig_pipeline)
73
|> Kubereq.Kubeconfig.load()
74
- |> Kubereq.new(@resource_path)
+ |> Kubereq.attach(resource_path: @resource_path)
75
end
76
77
0 commit comments