From be722c148ee7ade8a30d3a430a2c690f437cc175 Mon Sep 17 00:00:00 2001 From: Michaela Lang Date: Tue, 18 Jul 2023 10:21:12 +0200 Subject: [PATCH] fixed missing secrets mount --- kustomize/base/quay.deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kustomize/base/quay.deployment.yaml b/kustomize/base/quay.deployment.yaml index a01b7c05e..ed60c35da 100644 --- a/kustomize/base/quay.deployment.yaml +++ b/kustomize/base/quay.deployment.yaml @@ -142,4 +142,6 @@ spec: readOnly: true mountPath: /conf/stack/extra_ca_certs - name: postgres-certs + mountPath: /run/secrets/postgres + - name: postgres-cert-store mountPath: /.postgres