From c6d19a6b5675e4734d90c326aabe5e0156d21713 Mon Sep 17 00:00:00 2001 From: emelinda Date: Tue, 14 Apr 2026 12:41:21 +0300 Subject: [PATCH] Remove unused yc-s3 volume and volumeMounts in attachments app deployment configuration --- apps/attachments/base/deployment.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/attachments/base/deployment.yaml b/apps/attachments/base/deployment.yaml index 347d5c7..84a77f1 100644 --- a/apps/attachments/base/deployment.yaml +++ b/apps/attachments/base/deployment.yaml @@ -52,13 +52,6 @@ spec: secretKeyRef: name: postgresql-secret key: user-password - volumeMounts: - - mountPath: /etc/sarex/yc-s3-storage - name: yc-s3 - readOnly: true imagePullSecrets: - name: regcred - volumes: - - name: yc-s3 - secret: - secretName: yc-s3 +