From 1097d6c3dc18f4769212c541b59a8544a490cc75 Mon Sep 17 00:00:00 2001 From: Tvion Date: Tue, 21 Jul 2026 17:51:45 +0500 Subject: [PATCH] fix: [CPCAP-12005] mountPath for credentials in operator --- operator/charts/patroni-services/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/charts/patroni-services/templates/deployment.yaml b/operator/charts/patroni-services/templates/deployment.yaml index ddfaa7d0..c8a15c89 100644 --- a/operator/charts/patroni-services/templates/deployment.yaml +++ b/operator/charts/patroni-services/templates/deployment.yaml @@ -75,10 +75,10 @@ spec: {{- end }} {{- end }} - name: postgres-credentials - mountPath: /var/run/secrets/postgres-credentials + mountPath: /var/run/secrets/postgresql/postgres-credentials readOnly: true - name: replicator-credentials - mountPath: /var/run/secrets/replicator-credentials + mountPath: /var/run/secrets/postgresql/replicator-credentials readOnly: true env: - name: WATCH_NAMESPACE