RHIDP-9554: helm chart values overview#1768
RHIDP-9554: helm chart values overview#1768deerskindoll wants to merge 22 commits intoredhat-developer:mainfrom
Conversation
|
|
||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
because the includes are shy and need more space.
sorry, I was moving things around in the file and didn't notice. I'll fix it
| ---- | ||
| + | ||
| .. OPTIONAL: View default values of the upstream PostgreSQL Chart, which is a dependency of the upstream Backstage Chart. | ||
| Relevant if using the local PostgreSQL database (recommended to switch to an external database in production). |
There was a problem hiding this comment.
this is weirdly worded.
maybe something more like:
OPTIONAL: View default values of the upstream PostgreSQL Chart, which is a dependency of the upstream Backstage Chart.
While using the local PostgreSQL database is **not recommended for production**, as you should be using your own external database, this allows visibility into the local database.
|
/cc |
|
@deerskindoll would you mind sharing a link to the preview? Looks like the workflow has failed: https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/actions/runs/21883008119/job/63171471408?pr=1768 |
modules/helm-chart-config-reference/proc-display-a-list-of-helm-chart-values.adoc
Outdated
Show resolved
Hide resolved
…m-chart-values.adoc Co-authored-by: Armel Soro <armel@rm3l.org>
| |"" | ||
|
|
||
| |upstream.backstage.image.pullPolicy | ||
| |Specifies the link:https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy[`imagePullPolicy`]. |
There was a problem hiding this comment.
Build error seem related to this line
rsync: [sender] link_stat "/home/runner/work/red-hat-developers-documentation-rhdh/red-hat-developers-documentation-rhdh/pr-content/images/#image-pull-policy" failed: No such file or directory (2)
|
Updated preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-1768/ @ 02/19/26 11:01:15 |
done |
|
|
/cherry-pick release-1.9 |
|
@deerskindoll: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| ---- | ||
| $ helm pull redhat-developer-hub \ | ||
| --repo https://charts.openshift.io \ | ||
| --version {product-chart-version} \ |
| [NOTE] | ||
| ==== | ||
| This is an optional image for disconnected | ||
| environments. | ||
| ==== |
| |{"enabled":true,"image":{"registry":"quay.io","repository":"curl/curl","tag":"latest"},"injectTestNpmrcSecret":false} | ||
|
|
||
| |test.enabled | ||
| |Enables the test-connection pod used for testing the release using `helm` test. |
There was a problem hiding this comment.
| |Enables the test-connection pod used for testing the release using `helm` test. | |
| |Enables the test-connection pod used for testing the release using `helm test`. |
This is the actual command name.
There was a problem hiding this comment.
Could these be merged with modules/helm-chart-config-reference/ref-helm-chart-additional-upstream-namespace-values.adoc? Not sure why we have an additional upstream Backstage chart values, as both are under the upstream scope.. Or did you want to separate upstream and upstream.backstage scopes?
| |upstream.backstage.appConfig | ||
| |Generates a `ConfigMap` and configures it in the Backstage pods. | ||
| |object | ||
| |{} |
There was a problem hiding this comment.
This is the default value in the upstream backstage chart, but this is actually set in the RHDH chart, which is what RHDH customers would be interested about: https://github.com/redhat-developer/rhdh-chart/blob/release-1.9/charts/backstage/values.yaml#L56-L75
| |upstream.backstage.extraEnvVars | ||
| |Backstage container environment variables. | ||
| |list | ||
| |[] |
There was a problem hiding this comment.
| |upstream.backstage.extraVolumeMounts | ||
| |Backstage container additional volume mounts. | ||
| |list | ||
| |[] |
There was a problem hiding this comment.
Not empty by default in the RHDH chart: https://github.com/redhat-developer/rhdh-chart/blob/release-1.9/charts/backstage/values.yaml#L147-L154
| |upstream.backstage.extraVolumes | ||
| |Backstage container additional volumes. | ||
| |list | ||
| |[] |
There was a problem hiding this comment.
| |upstream.ingress.host | ||
| |Hostname to be used to expose the route to access the Backstage application, such as `backstage.IP.nip.io`. | ||
| |string | ||
| |"" |
There was a problem hiding this comment.
| |"" | |
| |"{{ .Values.global.host }}" |
The default value is different in the RHDH chart: https://github.com/redhat-developer/rhdh-chart/blob/release-1.9/charts/backstage/values.yaml#L258C12-L258C37
| |upstream.service.extraPorts | ||
| |Extra ports to expose in the Backstage service. Typically used with the sidecar value. | ||
| |list | ||
| |[] |
There was a problem hiding this comment.
Not empty in the RHDH chart: https://github.com/redhat-developer/rhdh-chart/blob/release-1.9/charts/backstage/values.yaml#L306-L309





IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s):
main, release-1.9
Issue:
https://issues.redhat.com/browse/RHIDP-9554
Preview:
https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-1768/helm-chart-config-reference/