Revert "chore(syncthing): try just mounting one"
This reverts commit d6107f53e0.
This commit is contained in:
parent
d6107f53e0
commit
07c4b0c2b9
1 changed files with 7 additions and 4 deletions
|
|
@ -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,3 +19,6 @@ spec:
|
|||
- name: sync-keys
|
||||
secret:
|
||||
secretName: sync-secret
|
||||
items:
|
||||
- key: cert.pem
|
||||
- key: key.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue