File tree 5 files changed +4
-28
lines changed
backstage-app/backstage101
deployment/kubernetes/backstage/helm
5 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ backend:
13
13
# keys:
14
14
# - secret: ${BACKEND_SECRET}
15
15
# baseUrl: http://localhost:80
16
- baseUrl : https://adityasinghal26-devcontainer-name-8000.preview.app.github.dev
16
+ baseUrl : ${BACKEND_URL}
17
17
listen :
18
18
port : 7007
19
19
# Uncomment the following host directive to bind to specific interfaces
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ metadata:
6
6
namespace : {{ .Values.namespace }}
7
7
type : Opaque
8
8
stringData :
9
- GITHUB_TOKEN : {{ .Values.secrets.ghToken }}
9
+ GITHUB_TOKEN : {{ .Values.secrets.ghToken }}
10
+ BACKEND_URL : {{ .Values.secrets.backendUrl }}
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ secrets:
23
23
backstage : ' backstage-secrets'
24
24
postgres : ' postgres-secrets'
25
25
ghToken : ' dummy'
26
+ backendUrl : ' https://adityasinghal26-devcontainer-name-8000.preview.app.github.dev'
You can’t perform that action at this time.
0 commit comments