From 285f7ec2e6276607f01814c2f7c6a56a5dc2edb2 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Tue, 7 Dec 2021 18:13:06 +0530 Subject: [PATCH] fix apiVersion for scaffolder.backstage.io/v1beta3 in docs Signed-off-by: Himanshu Mishra --- docs/features/software-templates/adding-templates.md | 2 +- docs/features/software-templates/writing-templates.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/software-templates/adding-templates.md b/docs/features/software-templates/adding-templates.md index aa565b5960..ed7a103bc4 100644 --- a/docs/features/software-templates/adding-templates.md +++ b/docs/features/software-templates/adding-templates.md @@ -11,7 +11,7 @@ would be good to also have some files in there that can be templated in. A simple `template.yaml` definition might look something like this: ```yaml -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template # some metadata about the template itself metadata: diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index dc9a2ed1e7..a1dffe1580 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -14,7 +14,7 @@ Let's take a look at a simple example: ```yaml # Notice the v1beta3 version -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template # some metadata about the template itself metadata: @@ -183,7 +183,7 @@ this: It would look something like the following in a template: ```yaml -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: v1beta3-demo