diff --git a/apps/attachments/base/deployment.yaml b/apps/attachments/base/deployment.yaml index 5a1533f..c0f3d5c 100644 --- a/apps/attachments/base/deployment.yaml +++ b/apps/attachments/base/deployment.yaml @@ -77,8 +77,8 @@ spec: - name: DATABASE_PASSWORD valueFrom: secretKeyRef: - name: postgresql-secret - key: user-password + name: postgresql + key: postgres-password imagePullSecrets: - name: regcred