Skip to content

Commit

Permalink
immich is sad #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Aug 31, 2024
1 parent 3ca5fa7 commit db514ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions kubernetes/apps/default/immich/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
engineVersion: v2
data:
# Immich
JWT_SECRET: "{{ .jwt_secret }}"
DB_DATABASE_NAME: &dbName immich
DB_HOSTNAME: &dbHost postgres16-rw.database.svc.cluster.local
DB_USERNAME: &dbUser "{{ .IMMICH_POSTGRES_USER }}"
DB_PASSWORD: &dbPass "{{ .IMMICH_POSTGRES_PASSWORD }}"
JWT_SECRET: "{{ .jwt_secret }}"
# Postgres Init
INIT_POSTGRES_DBNAME: *dbName
INIT_POSTGRES_HOST: *dbHost
Expand All @@ -29,8 +29,4 @@ spec:
- extract:
key: immich
- extract:
key: postgres
# rewrite:
# - regexp:
# source: "(.*)"
# target: "postgres_$1"
key: cloudnative-pg

0 comments on commit db514ca

Please sign in to comment.