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: charts/backstage/values.yaml
+1-33Lines changed: 1 addition & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
nameOverride: developer-hub
2
-
3
2
global:
4
3
dynamic:
5
4
# -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field.
@@ -8,13 +7,11 @@ global:
8
7
# -- List of dynamic plugins included inside the `rhdh` container image, some of which are disabled by default.
9
8
# This file ONLY works with the `rhdh` container image.
10
9
- "dynamic-plugins.default.yaml"
11
-
12
10
# -- List of dynamic plugins, possibly overriding the plugins listed in `includes` files.
13
11
# Every item defines the plugin `package` as a [NPM package spec](https://docs.npmjs.com/cli/v10/using-npm/package-spec),
14
12
# an optional `pluginConfig` with plugin-specific backstage configuration, and an optional `disabled` flag to disable/enable a plugin
15
13
# 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).
16
14
plugins: []
17
-
18
15
# -- Shorthand for users who do not want to specify a custom HOSTNAME. Used ONLY with the DEFAULT upstream.backstage.appConfig value and with OCP Route enabled.
19
16
clusterRouterBase: "apps.example.com"
20
17
# -- Custom hostname shorthand, overrides `global.clusterRouterBase`, `upstream.ingress.host`, `route.host`, and url values in `upstream.backstage.appConfig`.
@@ -30,7 +27,6 @@ global:
30
27
existingSecret: ""
31
28
# -- Instead of generating a secret value, use the following value
32
29
value: ""
33
-
34
30
# -- Catalog index configuration for automatic plugin discovery.
35
31
# The `install-dynamic-plugins.py` script pulls this image if the `CATALOG_INDEX_IMAGE` environment variable is set.
36
32
# The `dynamic-plugins.default.yaml` file will be extracted and written to `dynamic-plugins-root` volume mount.
# -- Contents of the ca certificate of the final destination.
353
336
# <br /> When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify.
354
337
destinationCACertificate: ""
355
-
356
338
# -- Indicates the desired behavior for insecure connections to a route.
357
339
# <br /> While each router may make its own decisions on which ports to expose, this is normally port 80. The only valid values are None, Redirect, or empty for disabled.
358
340
insecureEdgeTerminationPolicy: "Redirect"
359
-
360
341
# -- Test pod parameters
361
342
test:
362
343
# -- Whether to enable the test-connection pod used for testing the Release using `helm test`.
363
344
enabled: true
364
-
365
345
image:
366
346
# -- Test connection pod image registry
367
347
registry: quay.io
368
-
369
348
# -- Test connection pod image repository. Note that the image needs to have both the `sh` and `curl` binaries in it.
370
349
repository: curl/curl
371
-
372
350
# -- Test connection pod image tag. Note that the image needs to have both the `sh` and `curl` binaries in it.
373
351
tag: latest
374
-
375
352
# -- Whether to inject a fake dynamic plugins npmrc secret.
376
353
# <br />See RHDHBUGS-1893 and RHDHBUGS-1464 for the motivation behind this.
377
354
# <br />This is only used for testing purposes and should not be used in production.
378
355
# <br />Only relevant when `test.enabled` field is set to `true`.
379
356
injectTestNpmrcSecret: false
380
-
381
357
orchestrator:
382
358
enabled: false
383
359
# Disable Serverless Logic Operator if it already exists on the cluster
@@ -402,28 +378,20 @@ orchestrator:
402
378
cpu: "500m"
403
379
# -- Secret name for the user-created secret to connect an external DB
404
380
externalDBsecretRef: ""
405
-
406
381
# -- Name for the user-configured external Database
407
382
externalDBName: ""
408
-
409
383
# -- Host for the user-configured external Database
410
384
externalDBHost: ""
411
-
412
385
# -- Port for the user-configured external Database
413
386
externalDBPort: ""
414
-
415
387
# -- Image for the init container used by the create-db job
Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator.
A Helm chart to install Openshift GitOps and Openshift Pipelines, which are required operators for installing the Orchestrator Software Templates to be available on RHDH.
Now, follow the instruction on the post-installation Notes. They will include the steps to create a custom values.yaml file to allow you to update the backstage chart
0 commit comments