Compare commits

..

No commits in common. "8c9c371f85c28010ff8aa161e243717a58bf4514" and "d6107f53e08847108d5eb51947446b44f690282e" have entirely different histories.

View file

@ -4,14 +4,13 @@ metadata:
name: syncthing
spec:
template:
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
@ -20,6 +19,3 @@ spec:
- name: sync-keys
secret:
secretName: sync-secret
items:
- key: cert.pem
- key: key.pem