We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2037716 commit 29e7bceCopy full SHA for 29e7bce
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.attach(@resource_path)
+ |> Kubereq.attach(resource_path: @resource_path)
75
end
76
77
0 commit comments