copy the pasta
This commit is contained in:
parent
f30fdd5257
commit
00692b068a
1 changed files with 4 additions and 4 deletions
|
|
@ -26,22 +26,22 @@ spec:
|
|||
DB_HOSTNAME:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-postgresql-app
|
||||
name: immich-database-app
|
||||
key: host
|
||||
DB_USERNAME:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-postgresql-app
|
||||
name: immich-database-app
|
||||
key: username
|
||||
DB_DATABASE_NAME:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-postgresql-app
|
||||
name: immich-database-app
|
||||
key: dbname
|
||||
DB_PASSWORD:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-postgresql-app
|
||||
name: immich-database-app
|
||||
key: password
|
||||
immich:
|
||||
persistence:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue