diff --git a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml index 57064cb21..272d67478 100644 --- a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml +++ b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml @@ -114,7 +114,7 @@ spec: mountPath: /tmp - mountPath: /synapse/config/conf.d/config.yaml mountPropagation: None - name: config + name: synapse-config readOnly: true subPath: config.yaml - mountPath: /synapse/config/conf.d/oidc.yaml @@ -171,7 +171,7 @@ spec: readOnly: true volumeAttributes: secretProviderClass: matrix-synapse-config - name: config + name: synapse-config - csi: driver: secrets-store.csi.k8s.io readOnly: true diff --git a/clusters/cl01tl/manifests/s3-exporter/ExternalSecret-digital-ocean-s3-exporter-credentials.yaml b/clusters/cl01tl/manifests/s3-exporter/ExternalSecret-digital-ocean-s3-exporter-credentials.yaml index d108b7417..b3b36759f 100644 --- a/clusters/cl01tl/manifests/s3-exporter/ExternalSecret-digital-ocean-s3-exporter-credentials.yaml +++ b/clusters/cl01tl/manifests/s3-exporter/ExternalSecret-digital-ocean-s3-exporter-credentials.yaml @@ -14,13 +14,13 @@ spec: data: - secretKey: AWS_ACCESS_KEY_ID remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_ACCESS_KEY_ID - secretKey: AWS_SECRET_ACCESS_KEY remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_SECRET_ACCESS_KEY - secretKey: AWS_REGION remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_REGION