fix apiVersion for scaffolder.backstage.io/v1beta3 in docs

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-12-07 18:13:06 +05:30
parent 94c3583f2b
commit 285f7ec2e6
2 changed files with 3 additions and 3 deletions
@@ -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:
@@ -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