Skip to content

Commit 0431147

Browse files
Gerry-Fordeopenshift-cherrypick-robot
authored andcommitted
Update con-dynamic-plugins-dependencies.adoc
1 parent dee87c0 commit 0431147

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/configuring/con-dynamic-plugins-dependencies.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
= Dynamic plugins dependency management
55
Dynamic plugins configured for the {backstage} custom resource (CR) may require certain Kubernetes resources to be configured to make the plugin work. These resources are referred to as `plugin dependencies`. In {product} ({product-very-short}), you can automatically create these resources when the {backstage} CR is applied to the cluster.
66

7-
== Profile Configuration
8-
For a specific profile, you can configure plugin dependency by including the required Kubernetes resources in the `/config/profile/{PROFILE}/plugin-deps` directory. You must add the required resources as Kubernetes manifests in YAML format in the `plugin-deps` directory.
7+
== Cluster level plugin dependencies configuration
8+
You can configure plugin dependencies by including the required Kubernetes resources in the `/config/profile/{PROFILE}/plugin-deps` directory. You must add the required resources as Kubernetes manifests in YAML format in the `plugin-deps` directory.
99

1010
Example showing how to add `example-dep1.yaml` and `example-dep2.yaml` as plugin dependencies:
1111
[source,terminal,subs="+quotes"]
@@ -70,4 +70,4 @@ data:
7070
package: "path-or-url-to-example-plugin"
7171
dependencies:
7272
- ref: example-dep
73-
----
73+
----

0 commit comments

Comments
 (0)