Skip to content

Commit 23996fb

Browse files
author
GitHub Actions
committed
Modularize modules/dynamic-plugins/proc-topology-configur
1 parent 2a37895 commit 23996fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/dynamic-plugins/proc-entity-annotation-or-label.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
= Entity annotation/label
44

5-
For RHDH to detect that an entity has Kubernetes components, add the following annotation to the entity's `catalog-info.yaml`:
5+
For {product-very-short} to detect that an entity has Kubernetes components, add the following annotation to the `catalog-info.yaml` file of the entity:
66

77
[source,yaml]
88
----
99
annotations:
1010
backstage.io/kubernetes-id: <BACKSTAGE_ENTITY_NAME>
1111
----
1212

13-
The following label is added to the resources so that the Kubernetes plugin gets the Kubernetes resources from the requested entity, add the following label to the resources:
13+
Add the following label to the resources so that the Kubernetes plugin gets the Kubernetes resources from the requested entity:
1414

1515
[source,yaml]
1616
----

modules/dynamic-plugins/proc-label-selector-query-annotation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
= Label selector query annotation
44

5-
You can write your own custom label, which RHDH uses to find the Kubernetes resources. The label selector takes precedence over the ID annotations:
5+
You can write your own custom label, which {product-very-short} uses to find the Kubernetes resources. The label selector takes precedence over the ID annotations:
66

77
[source,yaml]
88
----

modules/dynamic-plugins/proc-linking-to-source-code-editor-or-source.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ annotations:
2020

2121
[NOTE]
2222
====
23-
If Red Hat OpenShift Dev Spaces is installed and configured 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.
23+
If Red Hat OpenShift Dev Spaces is installed and configured 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.
2424
====
2525

2626
[NOTE]

0 commit comments

Comments
 (0)