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

Error: execution error at (backstage/templates/app-config.yaml:13:18): Provide App baseUrl in values

burrsutter opened this issue · comments

helm upgrade -i backstage-0.1.1 redhat-developer-backstage/backstage results in the error message
Error: execution error at (backstage/templates/app-config.yaml:13:18): Provide App baseUrl in values
and the readme.md does not indicate how the end-user should workaround that error

BASEURL=$(oc get dns cluster -o jsonpath='{.spec.baseDomain}')
oc new-project backstage
helm upgrade -i backstage-0.1.1 redhat-developer-backstage/backstage --set backstage.baseUrl=https://mybackstage-backstage.apps.$BASEURL

@burrsutter has this issue been resolved?

Encountered the same error - can confirm the BASEURL var based approach mentioned above worked around the helm error for me, thanks 👍🏻

Closing issue as solution has been provided