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