From bacf00f0e7af385ef26b518a6820a9c956765715 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:41:17 +0200 Subject: [PATCH] Add catalog to try AppLiveView --- Connectors/src/PostgreSql/catalog/catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Connectors/src/PostgreSql/catalog/catalog-info.yaml diff --git a/Connectors/src/PostgreSql/catalog/catalog-info.yaml b/Connectors/src/PostgreSql/catalog/catalog-info.yaml new file mode 100644 index 00000000..c2967a64 --- /dev/null +++ b/Connectors/src/PostgreSql/catalog/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: postgresql-connector + annotations: + "backstage.io/kubernetes-label-selector": "app.kubernetes.io/part-of=postgresql-connector" +spec: + type: service + lifecycle: experimental + owner: default-team \ No newline at end of file