janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart

Home Page:https://redhat-developer.github.io/rhdh-chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify default values that are necessary to be configured when deploying to OpenShift

tumido opened this issue · comments

If user chooses the most likely path of default deploy, let's remove most of the manual labor from the process. Currently they have to essentially copy paste a value into 3 different places. Let's streamline this into a single default.

 upstream:
   backstage:
     appConfig:
       app:
         baseUrl: 'https://{{- print .Release.Name "-" .Release.Namespace -}}.apps.example.com'
       backend:
         baseUrl: 'https://{{- print .Release.Name "-" .Release.Namespace -}}.apps.example.com'
         cors:
           origin: 'https://{{- print .Release.Name "-" .Release.Namespace -}}.apps.example.com'