fix(katenaryfile): Fix parsing katenary file #145
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that "json" annotation fails to get dashed names (like configmap-files). That means that all labels in katenay.yaml file couldn't be parsed.
Using
yaml
annotation fixes the problem. Fixes #144.I also renamed some label variable names to be conform to the label in yaml files.