Correct kubernetes.ts file path in installation.md

Correcting file path from `packages/backend/src/plugin/kubernetes.ts` to `packages/backend/src/plugins/kubernetes.ts`

Signed-off-by: Harry Powell <powell.harryj@gmail.com>
This commit is contained in:
Harry Powell
2022-11-14 14:18:18 +00:00
committed by GitHub
parent 6eacb64386
commit c72c6172db
+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';