Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: fix env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Feb 25, 2024
1 parent 4ada331 commit affa57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/services/webtrees/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ spec:
LANG: "en-AU"
BASE_URL: "https://{{ .Release.Name }}.${EXTERNAL_DOMAIN}"
DB_TYPE: "pgsql"
DB_NAME: "webtrees"
DB_PREFIX: "wt_"

PUID: "1000"
Expand All @@ -63,16 +62,17 @@ spec:
secretKeyRef:
name: postgres-pguser-webtrees
key: port
DB_USER:
POSTGRES_USER:
valueFrom:
secretKeyRef:
name: postgres-pguser-webtrees
key: user
DB_PASS:
POSTGRES_PASSWORD:
valueFrom:
secretKeyRef:
name: postgres-pguser-webtrees
key: password
POSTGRES_DB: "webtrees"
envFrom:
- secretRef:
name: *app
Expand Down

0 comments on commit affa57e

Please sign in to comment.