cozystack/packages/system/backup-controller
Timofei Larkin 6b8c490b1d [backups] Fix malformed glob and split in template
## What this PR does

A malformed glob ("*" instead of "*.yaml") captured the .gitattributes
file and sent it to the templating engine. Using `split` instead of
`splitList` on a string returned a map instead of a list, so templating
broke on `mustLast`. This patch corrects the errors.

### Release note

```release-note
[backups] Fix template-breaking errors in the backup-controller Helm
chart.
```

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-12-10 11:55:37 +03:00
..
definitions [backups] Implement core backup Plan controller 2025-12-05 11:58:00 +03:00
images/backup-controller [backups] Build and deploy backup controller 2025-12-07 14:36:04 +03:00
templates [backups] Fix malformed glob and split in template 2025-12-10 11:55:37 +03:00
Chart.yaml [backups] Build and deploy backup controller 2025-12-07 14:36:04 +03:00
Makefile [backups] Build and deploy backup controller 2025-12-07 14:36:04 +03:00
values.yaml [backups] Build and deploy backup controller 2025-12-07 14:36:04 +03:00