From d6107f53e08847108d5eb51947446b44f690282e Mon Sep 17 00:00:00 2001 From: David Landry Date: Sat, 25 May 2024 15:01:01 -0400 Subject: [PATCH] chore(syncthing): try just mounting one --- apps/syncthing/overlays/media/deployment-patch.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/apps/syncthing/overlays/media/deployment-patch.yaml b/apps/syncthing/overlays/media/deployment-patch.yaml index 18471c0..cab1ae7 100644 --- a/apps/syncthing/overlays/media/deployment-patch.yaml +++ b/apps/syncthing/overlays/media/deployment-patch.yaml @@ -7,10 +7,10 @@ spec: containers: - name: syncthing volumeMounts: - - name: sync-keys - mountPath: /var/syncthing/config/cert.pem - subPath: cert.pem - readOnly: true + # - name: sync-keys + # mountPath: /var/syncthing/config/cert.pem + # subPath: cert.pem + # readOnly: true - name: sync-keys mountPath: /var/syncthing/config/key.pem readOnly: true @@ -19,6 +19,3 @@ spec: - name: sync-keys secret: secretName: sync-secret - items: - - key: cert.pem - - key: key.pem