|
2 | 2 | # RHDH Backstage Helm Chart for OpenShift (Community Version) |
3 | 3 |
|
4 | 4 | [](https://artifacthub.io/packages/search?repo=rhdh-chart) |
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 |
|
8 | 8 | A Helm chart for deploying Red Hat Developer Hub. |
9 | 9 |
|
10 | | -The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh |
| 10 | +The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.3/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh |
11 | 11 |
|
12 | 12 | **Homepage:** <https://redhat-developer.github.io/rhdh-chart/> |
13 | 13 |
|
@@ -166,8 +166,6 @@ Kubernetes: `>= 1.25.0-0` |
166 | 166 | | route.tls.termination | Specify TLS termination. | string | `"edge"` | |
167 | 167 | | route.wildcardPolicy | Wildcard policy if any for the route. Currently only 'Subdomain' or 'None' is allowed. | string | `"None"` | |
168 | 168 | | upstream | Upstream Backstage [chart configuration](https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml) | object | Use Openshift compatible settings | |
169 | | -| upstream.backstage.extraVolumes[0] | Ephemeral volume that will contain the dynamic plugins installed by the initContainer below at start. | object | `{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"2Gi"}}}}},"name":"dynamic-plugins-root"}` | |
170 | | -| upstream.backstage.extraVolumes[0].ephemeral.volumeClaimTemplate.spec.resources.requests.storage | Size of the volume that will contain the dynamic plugins. It should be large enough to contain all the plugins. | string | `"2Gi"` | |
171 | 169 | | upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/janus-idp/backstage-showcase:latest` | |
172 | 170 |
|
173 | 171 | ## Opinionated Backstage deployment |
|
0 commit comments