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
{{ message }}
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: helm-charts/orchestrator/values.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ rhdhOperator:
57
57
targetNamespace: rhdh-operator # the target namespace for the backstage CR in which RHDH instance is created
58
58
59
59
rhdhPlugins: # RHDH plugins required for the Orchestrator
60
-
npmRegistry: "https://npm.stage.registry.redhat.com"# NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories
npmRegistry: # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories
enabled: false # whether to install the notifications email plugin. requires setting of hostname and credentials in backstage secret to enable. See value backstage-backend-auth-secret. See plugin configuration at https://github.com/backstage/backstage/blob/master/plugins/notifications-backend-module-email/config.d.ts
70
70
port: 587# SMTP server port
@@ -105,4 +105,4 @@ argocd:
105
105
namespace: ""# Defines the namespace where the orchestrator's instance of ArgoCD is deployed. The value is captured when running setup.sh script and stored as a label in the selected namespace. User can override the value by populating this field. Defaults to `orchestrator-gitops` in the setup.sh script.
106
106
107
107
networkPolicy:
108
-
rhdhNamespace: ""# Namespace of existing RHDH instance
108
+
rhdhNamespace: ""# Namespace of existing RHDH instance
0 commit comments