chore(syncthing): fix patch tree structure
This commit is contained in:
parent
07c4b0c2b9
commit
8c9c371f85
1 changed files with 19 additions and 18 deletions
|
|
@ -4,21 +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:
|
||||||
items:
|
secretName: sync-secret
|
||||||
- key: cert.pem
|
items:
|
||||||
- key: key.pem
|
- key: cert.pem
|
||||||
|
- key: key.pem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue