fix(katenaryfile): Fix parsing katenary file #145

Merged
metal3d merged 1 commits from develop into master 2025-07-15 19:18:45 +00:00

1 Commits

Author SHA1 Message Date
afbd6fc1ac fix(katenaryfile): Fix parsing katenary file
It seems that "json" annotation fails to get dashed names (like
configmap-files). That means that all labels in katernay.yaml file
couldn't be parsed.

Using `yaml` annotaiton fixes the problem. Fixes #144.
2025-07-15 21:13:22 +02:00