Merge pull request #15735 from AmericanAirlines/fix-kubernetes-url

update fetcher to append resource to path instead of replace
This commit is contained in:
Fredrik Adelöw
2023-01-16 13:43:02 +01:00
committed by GitHub
3 changed files with 77 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
fixes a bug affecting clusters that have a base path in the URL. The base path was being replaced with the resource path instead of being appended