Skip to content

Commit d0a4dbd

Browse files
author
kubin-kloud
committed
Created backend URL as variable for v0.1.0
1 parent 52d09ec commit d0a4dbd

File tree

5 files changed

+4
-28
lines changed

5 files changed

+4
-28
lines changed

Diff for: backstage-app/backstage101/app-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ backend:
1313
# keys:
1414
# - secret: ${BACKEND_SECRET}
1515
# baseUrl: http://localhost:80
16-
baseUrl: https://adityasinghal26-devcontainer-name-8000.preview.app.github.dev
16+
baseUrl: ${BACKEND_URL}
1717
listen:
1818
port: 7007
1919
# Uncomment the following host directive to bind to specific interfaces

Diff for: backstage-app/backstage101/examples/all-templates.yaml

-13
This file was deleted.

Diff for: backstage-app/backstage101/examples/remote-templates.yaml

-13
This file was deleted.

Diff for: deployment/kubernetes/backstage/helm/templates/secret.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ metadata:
66
namespace: {{ .Values.namespace }}
77
type: Opaque
88
stringData:
9-
GITHUB_TOKEN: {{ .Values.secrets.ghToken }}
9+
GITHUB_TOKEN: {{ .Values.secrets.ghToken }}
10+
BACKEND_URL: {{ .Values.secrets.backendUrl }}

Diff for: deployment/kubernetes/backstage/helm/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ secrets:
2323
backstage: 'backstage-secrets'
2424
postgres: 'postgres-secrets'
2525
ghToken: 'dummy'
26+
backendUrl: 'https://adityasinghal26-devcontainer-name-8000.preview.app.github.dev'

0 commit comments

Comments
 (0)