diff --git a/infrastructure/controllers/longhorn/release.yaml b/infrastructure/controllers/longhorn/release.yaml index f754885..1dcb543 100644 --- a/infrastructure/controllers/longhorn/release.yaml +++ b/infrastructure/controllers/longhorn/release.yaml @@ -18,22 +18,7 @@ spec: defaultClassReplicaCount: 3 recurringJobSelector: enable: true - jobList: | - [ - { - "name":"backup", - "isGroup":true - }, - { - "name":"snapshot", - "isGroup":true - } - { - "name":"trim", - "isGroup":true - } - ] - + jobList: '[{"name":"backup","isGroup":true},{"name":"snapshot","isGroup":true}{"name":"trim","isGroup":true}]' defaultSettings: backupTarget: s3://mthomson-longhorn-backups@us-west-004/ backupTargetCredentialSecret: longhorn-backblaze-secret