Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
fix: postgres database
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmccoydev committed Nov 26, 2022
1 parent 54b1234 commit b356d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for the Ortelius Backstage Instance

type: application

version: 0.0.11
appVersion: "0.0.11"
version: 0.0.12
appVersion: "0.0.12"

home: "https://ortelius.io"
icon: https://backstage.io/img/twitter-summary.png
Expand Down
2 changes: 2 additions & 0 deletions chart/backstage/templates/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
image: {{ include "backstage.backendImage" . }}
imagePullPolicy: {{ .Values.backend.image.pullPolicy }}
env:
- name: POSTGRES_CONNECTION_STRING
value: {{ .Values.psql.connectionString | quote }}
- name: POSTGRES_HOST
value: {{ .Values.psql.host | quote }}
- name: POSTGRES_PORT
Expand Down

0 comments on commit b356d59

Please sign in to comment.