Skip to content

Commit db3ea19

Browse files
committed
RHIDP-7560 - Install and configure plugins from Extensions page (next phase)
1 parent 7825c35 commit db3ea19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/dynamic-plugins/proc-plugins-troubleshooting.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Plugin '<PLUGIN_NAME>' threw an error during startup, waiting for X other plugin
1111
----
1212
. Verify the required configuration by inspecting `dynamic-plugins.default.yaml` file that lists the required environment variables for each plugin.
1313
The variables for each plugin are in the format of `${PLUGIN_VARIABLE_NAME}`
14-
. If any required environment variables are missing, set the environment variables by using a *secret*, for example:
14+
. If any required environment variables are missing, set the environment variables by using a *secret*. For example:
1515
+
1616
[source,yaml]
1717
----
@@ -36,12 +36,12 @@ spec:
3636
secrets:
3737
- name: rhdh-secrets
3838
----
39-
.. If {product-very-short} is deployed by using the Helm chart, under *Root Schema → Backstage Chart Schema → Backstage Parameters → Backstage container environment variables from existing Secrets*:
39+
.. If {product-very-short} is deployed by using the Helm chart, in the `upstream.backstage` key in yout Helm chart values, enter the name of the {product-short} `rhdh-secrets` secret as the value for the `extraEnvVarsSecrets` field. For example:
4040
+
4141
[source,yaml]
4242
----
4343
upstream:
4444
backstage:
4545
extraEnvVarsSecrets:
46-
- rhdh-secrets
46+
- rhdh-secrets
4747
----

0 commit comments

Comments
 (0)