There was an error while loading. Please reload this page.
1 parent c365e29 commit 2c134e2Copy full SHA for 2c134e2
1 file changed
lib/krane/cluster_resource_discovery.rb
@@ -64,7 +64,7 @@ def api_paths
64
65
def fetch_api_path(path)
66
@api_path_cache[path] ||= begin
67
- raw_json, err, st = kubectl.run("get", "--raw", path, attempts: 2, use_namespace: false)
+ raw_json, err, st = kubectl.run("get", "--raw", base_api_path, attempts: 2, use_namespace: false)
68
if st.success?
69
MultiJson.load(raw_json)
70
else
0 commit comments