Update docs/backend-system/building-plugins-and-modules/08-migrating.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
Johan Haals
2023-01-18 14:57:53 +01:00
committed by GitHub
parent aa854bed44
commit 9be9ad859b
@@ -97,7 +97,7 @@ const kubernetesPlugin = createBackendPlugin((options: KubernetesOptions) => ({
register(env) {
env.registerInit({
deps: {
/* omitted imports but they remain the same as above */
/* omitted dependencies but they remain the same as above */
},
async init({ config, logger, catalogApi, discovery, http }) {
const { router } = await KubernetesBuilder.createBuilder({