From a809d822257196ed0b8466347f0e4598a745b66a Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 24 Apr 2026 15:24:41 +0000 Subject: [PATCH] chore: Update manifests after change --- .../manifests/matrix-synapse/Deployment-matrix-synapse.yaml | 4 ++-- ...xternalSecret-digital-ocean-s3-exporter-credentials.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.49.1