Update database secret references in attachments app deployment configuration
This commit is contained in:
parent
68853ec867
commit
cbd0a47a3b
@ -77,8 +77,8 @@ spec:
|
|||||||
- name: DATABASE_PASSWORD
|
- name: DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: postgresql-secret
|
name: postgresql
|
||||||
key: user-password
|
key: postgres-password
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user