Use full secret paths.
This commit is contained in:
@@ -53,7 +53,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-secrets
|
||||
key: password
|
||||
key: apps.postgres.password
|
||||
- name: DB_HOSTNAME
|
||||
value: "{{ .apps.immich.dbHostname }}"
|
||||
- name: DB_DATABASE_NAME
|
||||
@@ -64,5 +64,5 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-secrets
|
||||
key: dbPassword
|
||||
key: apps.immich.dbPassword
|
||||
restartPolicy: OnFailure
|
||||
|
Reference in New Issue
Block a user