Merge pull request #14611 from hydiar/patch-1

Correct kubernetes.ts file path in installation.md
This commit is contained in:
Johan Haals
2022-11-14 15:45:54 +01:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ If either existing
don't work for your use-case, it is possible to implement a custom
[KubernetesClustersSupplier](https://backstage.io/docs/reference/plugin-kubernetes-backend.kubernetesclusterssupplier).
Change the following in `packages/backend/src/plugin/kubernetes.ts`:
Change the following in `packages/backend/src/plugins/kubernetes.ts`:
```diff
-import { KubernetesBuilder } from '@backstage/plugin-kubernetes-backend';