Compare commits

..

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

View file

@ -4,22 +4,18 @@ metadata:
name: syncthing name: syncthing
spec: spec:
template: template:
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 subPath: key.pem
subPath: key.pem volumes:
volumes: - name: sync-keys
- name: sync-keys secret:
secret: secretName: sync-secret
secretName: sync-secret
items:
- key: cert.pem
- key: key.pem