From 04c5f927b820b5a0d9f395745f387db5fbc51b23 Mon Sep 17 00:00:00 2001 From: Marley Powell Date: Fri, 15 Oct 2021 08:19:45 +0100 Subject: [PATCH] chore: updated `app-config.development.yaml.tpl` to use new config format for `techdocs`. The 'techdocs.generators.techdocs' configuration key is deprecated and will be removed in the future. Please use 'techdocs.generator' instead. See here https://backstage.io/docs/features/techdocs/configuration Signed-off-by: Marley Powell --- contrib/chart/backstage/files/app-config.development.yaml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/chart/backstage/files/app-config.development.yaml.tpl b/contrib/chart/backstage/files/app-config.development.yaml.tpl index 1e0a41ad63..6d3ded16c1 100644 --- a/contrib/chart/backstage/files/app-config.development.yaml.tpl +++ b/contrib/chart/backstage/files/app-config.development.yaml.tpl @@ -47,5 +47,5 @@ sentry: organization: {{ .Values.appConfig.sentry.organization | quote }} techdocs: - generators: - techdocs: 'local' + generator: + runIn: 'local' \ No newline at end of file