chore(values): Update the RHDH (Backstage) Helm chart to enable Orchestrator functionality by default#157
Conversation
|
|
|
/cc @rm3l |
|
|
||
| orchestrator: | ||
| enabled: false | ||
| enabled: true |
There was a problem hiding this comment.
I guess there was some misunderstanding.. We should not enable the Orchestrator by default (not yet at least). But the Snyk workflow can enable it explicitly when it renders the Chart.
There was a problem hiding this comment.
| enabled: true | |
| enabled: false |
7ccfa41 to
031297d
Compare
…strator functionality by default. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
…default Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
- Adds .github/snyk-orchestrator-values.yaml to enable Orchestrator flags - Updates snyk.yaml to render backstage chart with Orchestrator enabled - Ensures default values.yaml remains unchanged Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
|
Closing this PR as I will create a separate Snyk project for the backstage chart with the orchestrator enabled. |



Description of the change
This PR updates the RHDH (Backstage) Helm chart to enable Orchestrator functionality by default.
Changes:
orchestrator.enabled: trueincharts/backstage/values.yamlorchestrator.serverlessLogicOperator.enabled: trueorchestrator.serverlessOperator.enabled: trueThis change allows clusters to deploy the Developer Hub Orchestrator components automatically without requiring manual override of the values file.
Note:
Existing or Associated Issue(s)
Additional Information
https://issues.redhat.com/browse/RHIDP-6631
Checklist
Chart.yamlaccording to semver.values.yamland added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes.pre-commithook.ct lintcommand.