fix longhorn values
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-01-26 18:36:13 +01:00
parent 1feb72bf3b
commit ede477f8a2
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,11 +1,16 @@
persistence:
recurringJobSelector:
enable: true
jobList:
- name: snapshot
isGroup: false
- name: backup
isGroup: false
jobList: '[
{
"name":"snapshot",
"isGroup":false
},
{
"name":"backup",
"isGroup":false
}
]'
defaultSettings:
defaultDataPath: /storage1
backupTarget: "s3://yolokube-backup@weur/"