You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, which Helmsman version are you using? When I run it for the current master state, it just ignores "priority:" field without an error.
And yes, priority is not supported. -spec file was introduced in 3.8.0, but 3.8.1 removed priority field (breaking change introduced as hotfix in versioning, that's our fault). Files are being processed in the order they are defined in the spec file from the top to bottom.
I will update the docs and remove the misleading part.
Thanks!
ok, quite an old one. I think newer versions would just ignore this priority field (can't tell if that's better or worse atm). Nevertheless priority field is deprecated and the ordering decides. :-)
I tried to split a long file into multiple ones. I used this document docs/how_to/misc/multiple_desired_state_files_specification.md as a reference.
Here's a sample spec file I'm trying to use:
Here's a command I'm trying to run:
Here's an error I'm getting:
I looked through internal/app/spec_state.go and didn't find any reference for priority field.
The text was updated successfully, but these errors were encountered: