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: config/samples/_v1alpha2_orchestrator.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ spec:
22
22
source: redhat-operators # name of the catalog source
23
23
rhdhOperator:
24
24
enabled: true # whether the operator should be deployed by the chart
25
+
targetNamespace: rhdh-operator # the target namespace for the backstage CR in which RHDH instance is created
25
26
enableGuestProvider: false # whether to enable guest provider
26
27
secretRef:
27
28
name: backstage-backend-auth-secret # name of the secret that contains the credentials for the plugin to establish a communication channel with the Kubernetes API, ArgoCD, GitHub servers and SMTP mail server.
@@ -52,7 +53,6 @@ spec:
52
53
name: rhdh # name of the operator package
53
54
source: redhat-operators # name of the catalog source
54
55
startingCSV: ""# The initial version of the operator
55
-
targetNamespace: rhdh-operator # the target namespace for the backstage CR in which RHDH instance is created
56
56
rhdhPlugins: # RHDH plugins required for the Orchestrator
57
57
npmRegistry: "https://npm.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
Copy file name to clipboardExpand all lines: helm-charts/orchestrator/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@ The following table lists the configurable parameters of the Orchestrator chart
26
26
|`serverlessOperator.subscription.name`| name of the operator package |`"serverless-operator"`|
27
27
|`serverlessOperator.subscription.source`| name of the catalog source |`"redhat-operators"`|
28
28
|`rhdhOperator.enabled`| whether the operator should be deployed by the chart |`true`|
29
+
| `rhdhOperator.targetNamespace` | the target namespace for the backstage CR in which RHDH instance is created | `"rhdh-operator"`
29
30
|`rhdhOperator.enableGuestProvider`| whether to enable guest provider |`false`|
30
-
|`rhdhOperator.catalogBranch`| The branch for https://github.com/rhdhorchestrator/workflow-software-templates used to import software templates resources |`"v1.4.x"`|
31
+
|`rhdhOperator.catalogBranch`| The branch for https://github.com/rhdhorchestrator/workflow-software-templates used to import software templates resources |`"v1.4.x"`|
31
32
|`rhdhOperator.secretRef.name`| name of the secret that contains the credentials for the plugin to establish a communication channel with the Kubernetes API, ArgoCD, GitHub servers and SMTP mail server. |`"backstage-backend-auth-secret"`|
32
33
|`rhdhOperator.secretRef.backstage.backendSecret`| Key in the secret with name defined in the 'name' field that contains the value of the Backstage backend secret. Defaults to 'BACKEND_SECRET'. It's required. |`"BACKEND_SECRET"`|
33
34
|`rhdhOperator.secretRef.github.token`| Key in the secret with name defined in the 'name' field that contains the value of the authentication token as expected by GitHub. Required for importing resource to the catalog, launching software templates and more. Defaults to 'GITHUB_TOKEN', empty for not available. |`"GITHUB_TOKEN"`|
@@ -48,8 +49,7 @@ The following table lists the configurable parameters of the Orchestrator chart
48
49
|`rhdhOperator.subscription.installPlanApproval`| whether the update should be installed automatically |`"Automatic"`|
49
50
|`rhdhOperator.subscription.name`| name of the operator package |`"rhdh"`|
50
51
|`rhdhOperator.subscription.source`| name of the catalog source |`"redhat-operators"`|
51
-
|`rhdhOperator.subscription.startingCSV`| The initial version of the operator |`""`|
52
-
|`rhdhOperator.subscription.targetNamespace`| the target namespace for the backstage CR in which RHDH instance is created |`"rhdh-operator"`|
52
+
|`rhdhOperator.subscription.startingCSV`| The initial version of the operator |`""`||
53
53
|`rhdhPlugins.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 |`"https://npm.registry.redhat.com"`|
0 commit comments