chore(syncthing): try just mounting one
This commit is contained in:
parent
5a09bc627e
commit
d6107f53e0
1 changed files with 4 additions and 7 deletions
|
|
@ -7,10 +7,10 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: syncthing
|
- name: syncthing
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sync-keys
|
# - name: sync-keys
|
||||||
mountPath: /var/syncthing/config/cert.pem
|
# mountPath: /var/syncthing/config/cert.pem
|
||||||
subPath: cert.pem
|
# subPath: cert.pem
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
- name: sync-keys
|
- name: sync-keys
|
||||||
mountPath: /var/syncthing/config/key.pem
|
mountPath: /var/syncthing/config/key.pem
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
@ -19,6 +19,3 @@ spec:
|
||||||
- name: sync-keys
|
- name: sync-keys
|
||||||
secret:
|
secret:
|
||||||
secretName: sync-secret
|
secretName: sync-secret
|
||||||
items:
|
|
||||||
- key: cert.pem
|
|
||||||
- key: key.pem
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue