chore(syncthing): fix patch tree structure

This commit is contained in:
David Landry 2024-05-25 15:03:58 -04:00
parent 07c4b0c2b9
commit 8c9c371f85

View file

@ -4,21 +4,22 @@ metadata:
name: syncthing
spec:
template:
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
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