From 9f3a31c25996ba06a0d360b5fac559cb721ec109 Mon Sep 17 00:00:00 2001 From: Jaivardhan Kumar Date: Fri, 22 Sep 2023 08:53:10 +0530 Subject: [PATCH] docs(topology): updates topology readme (#764) --- plugins/topology/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/topology/README.md b/plugins/topology/README.md index 5e8763c60a..4dc3088ed1 100644 --- a/plugins/topology/README.md +++ b/plugins/topology/README.md @@ -147,7 +147,7 @@ The Topology plugin enables you to visualize the workloads such as Deployment, J > Note: If Red Hat OpenShift Dev Spaces is [installed and configured](https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.7/html/administration_guide/installing-devspaces) and git URL annotations are also added to the workload YAML file, then clicking on the edit code decorator redirects you to the Red Hat OpenShift Dev Spaces instance. - > Note: When you deploy the Backstage application using the OCP Git import flows, then you do not need to add the labels as import flows add the labels to the workload YAML file. Otherwise, you need to add the labels manually to the workload YAML file. + > Note: When you deploy your application using the OCP Git import flows, then you do not need to add the labels as import flows do that. Otherwise, you need to add the labels manually to the workload YAML file. The labels are not similar to `backstage.io/edit-url` annotations as it points to the catalog entity metadata source file and is applied to Backstage catalog entity metadata YAML file, but not Kubernetes resources.