From f92e63a08bc3f3393d2134f11612cd5283bb1fa0 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 15 Jan 2023 15:31:13 +0000 Subject: [PATCH] add catalog-info.yaml --- catalog-info.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..954fba9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: provisioning + description: provisioning scripts for XaiCorp + # Example for optional annotations + annotations: + github/project-slug: xai-corp.net/provisioning + # backstage.io/techdocs-ref: dir:. +spec: + type: scripts + owner: r_morgan@sympatico.ca + lifecycle: experimental \ No newline at end of file