fix in kubernetes alpha backend support

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-05-04 19:50:01 +02:00
parent 1e9b8cbce8
commit 5e4879d80f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Fixed wrong `pluginID` in the `kubernetes` alpha backend support, that made the `kubernetes` plugin fail with the new experimental backend.
+1 -1
View File
@@ -28,7 +28,7 @@ import { KubernetesBuilder } from '@backstage/plugin-kubernetes-backend';
* @alpha
*/
export const kubernetesPlugin = createBackendPlugin({
pluginId: 'kubernetes-backend',
pluginId: 'kubernetes',
register(env) {
env.registerInit({
deps: {