You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/proc-extensions-installing.adoc
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ You can install a plugin and configure it by updating the `{my-app-config-file}`
7
7
* You have identified and set the required environment variables referenced by the plugin's default configuration. These environment variables must be defined in the Helm Chart or Operator configuration.
8
8
9
9
.Procedure
10
-
. Use the search bar in the header to search for the plugin that you wish to install and click on the card. For example, search for Tekton and click *Read more* on the *Pipelines With Tekton* card.
10
+
. Open your {product-short} application and click *Administration* > *Extensions*.
11
+
. Use the search bar on the *Extensions* page to search for the plugin that you wish to install and click on the card. For example, search for Tekton and click *Read more* on the *Pipelines With Tekton* card.
11
12
+
12
13
image::rhdh-plugins-reference/rhdh-extensions-tekton-card.png[Extensions catalog with Tekton card]
13
14
. In the plugin drawer, you can review information about the plugin and how to configure it in {product-very-short}. To install the plugin click *Install*.
image::rhdh-plugins-reference/rhdh-extensions-tekton-editor-2.png[Extensions catalog with Tekton configuration]
25
26
+
26
27
[NOTE]
27
-
In {product-very-short} 1.6, the *Install* button is disabled, so you must copy the plugin configuration to the `{my-app-config-file}` file.
28
-
. In the `{my-app-config-file}` file, add the plugin configuration that you copied in the previous step to the `plugins` definitions.
28
+
In {product-very-short} 1.6, the *Install* button is disabled, so you must copy the plugin configuration to the `dynamic-plugins.yaml` file.
29
+
. In the `dynamic-plugins.yaml` file, add the plugin configuration that you copied in the previous step to the `plugins` definitions.
30
+
+
31
+
[NOTE]
32
+
If you have installed {product-very-short} by using the Helm Chart, to enable the plugin, you may need to roll out your {product-very-short} project manually.
0 commit comments