parodos-dev / orchestrator-helm-chart

Helm chart to deploy the Orchestrator solution suite.
https://parodos.dev/orchestrator-helm-chart/
Apache License 2.0
2 stars 22 forks source link

Bypass creating backstage secret in setup.sh when running for an existing env #204

Closed jordigilh closed 3 months ago

jordigilh commented 3 months ago

Changes to the script so that it prompts the user to select whether the script is running for a new environment or for an existing one. If it's an existing one, the script bypasses the steps to setup the secret in the RHDH namespace and only proceeds to label the ArgoCD and SonataFlow namespaces.

@masayag PTAL. @y-first FYI.