Compare commits

...

2 commits

Author SHA1 Message Date
David Landry
8c9c371f85 chore(syncthing): fix patch tree structure 2024-05-25 15:03:58 -04:00
David Landry
07c4b0c2b9 Revert "chore(syncthing): try just mounting one"
This reverts commit d6107f53e0.
2024-05-25 15:03:10 -04:00

View file

@ -4,18 +4,22 @@ metadata:
name: syncthing name: syncthing
spec: spec:
template: template:
containers: spec:
- name: syncthing containers:
volumeMounts: - name: syncthing
# - name: sync-keys volumeMounts:
# mountPath: /var/syncthing/config/cert.pem - name: sync-keys
# subPath: cert.pem mountPath: /var/syncthing/config/cert.pem
# readOnly: true subPath: cert.pem
- name: sync-keys readOnly: true
mountPath: /var/syncthing/config/key.pem - name: sync-keys
readOnly: true mountPath: /var/syncthing/config/key.pem
subPath: key.pem readOnly: true
volumes: subPath: key.pem
- name: sync-keys volumes:
secret: - name: sync-keys
secretName: sync-secret secret:
secretName: sync-secret
items:
- key: cert.pem
- key: key.pem