chore(syncthing): attempt to inject sops-encrypted secrets into syncthing's config folder
This commit is contained in:
parent
71de2729ed
commit
5a09bc627e
8 changed files with 887 additions and 3 deletions
11
apps/syncthing/overlays/media/config.json
Normal file
11
apps/syncthing/overlays/media/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "syncthing",
|
||||
"userGivenName": "syncthing",
|
||||
"destNamespace": "media",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/syncthing/overlays/media",
|
||||
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue