chore(syncthing): try just mounting one

This commit is contained in:
David Landry 2024-05-25 15:01:01 -04:00
parent 5a09bc627e
commit d6107f53e0

View file

@ -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