Merge pull request 'feat: change name' (#6183) from tmp/secrets-12 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 57s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 7m24s

Reviewed-on: #6183
This commit was merged in pull request #6183.
This commit is contained in:
2026-04-24 15:21:45 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ matrix-synapse:
strategy:
type: Recreate
extraVolumes:
- name: config
- name: synapse-config
csi:
driver: secrets-store.csi.k8s.io
readOnly: true
@@ -74,7 +74,7 @@ matrix-synapse:
volumeAttributes:
secretProviderClass: matrix-synapse-double-puppet-config
extraVolumeMounts:
- name: config
- name: synapse-config
mountPath: /synapse/config/conf.d/config.yaml
mountPropagation: None
readOnly: true

View File

@@ -13,15 +13,15 @@ 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
---