From f74da6a76de00dbb39143cd56b02f5dc6b420189 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 10 Jun 2025 10:12:25 -0400 Subject: [PATCH] longhorn fix joblist again --- .../controllers/longhorn/release.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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