diff --git a/apps/syncthing/overlays/media/deployment-patch.yaml b/apps/syncthing/overlays/media/deployment-patch.yaml index a560f02..cab1ae7 100644 --- a/apps/syncthing/overlays/media/deployment-patch.yaml +++ b/apps/syncthing/overlays/media/deployment-patch.yaml @@ -4,22 +4,18 @@ metadata: name: syncthing spec: template: - 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/key.pem - readOnly: true - subPath: key.pem - volumes: - - name: sync-keys - secret: - secretName: sync-secret - items: - - key: cert.pem - - key: key.pem + 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/key.pem + readOnly: true + subPath: key.pem + volumes: + - name: sync-keys + secret: + secretName: sync-secret