Roche/foxops

Issue when parsing binary files (e.g. .jpg)

hmonsalv opened this issue · 1 comments

When there is a binary file in the template, foxops fails to parse it with error:

2023-02-14 12:56:20 [error ] 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte [foxops.error_handlers]

For example:

.
├── README.md
├── base
│   ├── kustomization.yaml
│   └── namespace.yaml
└── docs
    └── overview.jpg  <<<<<

was recently fixed - at least if the file is excluded from rendering