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: .ci/pipelines/value_files/values_showcase-rbac.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ global:
9
9
# -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field.
10
10
# Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`).
11
11
includes:
12
-
# -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are disabled by default.
12
+
# -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are not enabled by default.
13
13
# This file ONLY works with the `rhdh-community/rhdh` container image.
14
14
- "dynamic-plugins.default.yaml"
15
15
16
16
# -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files.
17
17
# Every item defines the plugin `package` as a [NPM package spec](https://docs.npmjs.com/cli/v10/using-npm/package-spec),
18
-
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `disabled` flag to disable/enable a plugin
18
+
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `enabled` flag to enable/disable a plugin
19
19
# listed in `includes` files. It also includes an `integrity` field that is used to verify the plugin package [integrity](https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description).
Copy file name to clipboardExpand all lines: .ci/pipelines/value_files/values_showcase.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ global:
9
9
# -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field.
10
10
# Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`).
11
11
includes:
12
-
# -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are disabled by default.
12
+
# -- List of dynamic plugins included inside the `rhdh-community/rhdh` container image, some of which are not enabled by default.
13
13
# This file ONLY works with the `rhdh-community/rhdh` container image.
14
14
- "dynamic-plugins.default.yaml"
15
15
16
16
# -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files.
17
17
# Every item defines the plugin `package` as a [NPM package spec](https://docs.npmjs.com/cli/v10/using-npm/package-spec),
18
-
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `disabled` flag to disable/enable a plugin
18
+
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `enabled` flag to enable/disable a plugin
19
19
# listed in `includes` files. It also includes an `integrity` field that is used to verify the plugin package [integrity](https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description).
Copy file name to clipboardExpand all lines: scripts/rhdh-openshift-setup/values.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@ global:
3
3
# -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field.
4
4
# Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`).
5
5
includes:
6
-
# -- List of dynamic plugin wrappers included in, or side-loaded as oci artifacts to, the `rhdh` container image, some of which are disabled by default.
6
+
# -- List of dynamic plugin wrappers included in, or side-loaded as oci artifacts to, the `rhdh` container image, some of which are not enabled by default.
7
7
- 'dynamic-plugins.default.yaml'
8
8
9
9
# -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files.
10
10
# Every item defines the plugin `package` as a [NPM package spec](https://docs.npmjs.com/cli/v10/using-npm/package-spec),
11
-
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `disabled` flag to disable/enable a plugin
11
+
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `enabled` flag to enable/disable a plugin
12
12
# listed in `includes` files. It also includes an `integrity` field that is used to verify the plugin package [integrity](https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description).
0 commit comments